|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSGlyphStorage
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
NSGlyphStorage._class_
|
static interface |
NSGlyphStorage._static_
|
Field Summary | |
---|---|
static NSGlyphStorage._class_ |
_NSCLASS_
|
Method Summary | |
---|---|
NSAttributedString |
attributedString()
Original signature : -(NSAttributedString*)attributedString native declaration : NSGlyphGenerator.h:25 |
void |
insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(IntBuffer glyphs,
NSUInteger length,
NSUInteger glyphIndex,
NSUInteger charIndex)
Original signature : -(void)insertGlyphs:(const NSGlyph*) length:(NSUInteger) forStartingGlyphAtIndex:(NSUInteger) characterIndex:(NSUInteger) native declaration : NSGlyphGenerator.h:20 |
void |
insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(IntByReference glyphs,
NSUInteger length,
NSUInteger glyphIndex,
NSUInteger charIndex)
Deprecated. use the safer methods insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(java.nio.IntBuffer, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger) and insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(com.sun.jna.ptr.IntByReference, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger) instead |
NSUInteger |
layoutOptions()
Original signature : -(NSUInteger)layoutOptions native declaration : NSGlyphGenerator.h:26 |
void |
setIntAttribute_value_forGlyphAtIndex(NSInteger attributeTag,
NSInteger val,
NSUInteger glyphIndex)
sets glyph attribute defined in NSLayoutManager.h Original signature : -(void)setIntAttribute:(NSInteger) value:(NSInteger) forGlyphAtIndex:(NSUInteger) native declaration : NSGlyphGenerator.h:23 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Field Detail |
---|
static final NSGlyphStorage._class_ _NSCLASS_
Method Detail |
---|
@Deprecated void insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(IntByReference glyphs, NSUInteger length, NSUInteger glyphIndex, NSUInteger charIndex)
insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(java.nio.IntBuffer, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger)
and insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(com.sun.jna.ptr.IntByReference, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger)
instead
-(void)insertGlyphs:(const NSGlyph*) length:(NSUInteger) forStartingGlyphAtIndex:(NSUInteger) characterIndex:(NSUInteger)
void insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(IntBuffer glyphs, NSUInteger length, NSUInteger glyphIndex, NSUInteger charIndex)
-(void)insertGlyphs:(const NSGlyph*) length:(NSUInteger) forStartingGlyphAtIndex:(NSUInteger) characterIndex:(NSUInteger)
void setIntAttribute_value_forGlyphAtIndex(NSInteger attributeTag, NSInteger val, NSUInteger glyphIndex)
-(void)setIntAttribute:(NSInteger) value:(NSInteger) forGlyphAtIndex:(NSUInteger)
NSAttributedString attributedString()
-(NSAttributedString*)attributedString
NSUInteger layoutOptions()
-(NSUInteger)layoutOptions
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |