|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSGlyphStorageInterface
NSGlyphStorageInterface declares all primitives interfacing to the glyph storage (usually NSLayoutManager). By overriding all the methods, you can implement an NSTypesetter subclass that interacts with custom glyph storage.
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 interface |
NSGlyphStorageInterface._static_
from NSGlyphStorageInterface native declaration : NSTypesetter.h:184 Conversion Error : /// Original signature : -(void)setBidiLevels:(const uint8_t*) forGlyphRange:() - (void)setBidiLevels:(const uint8_t*)levels forGlyphRange:(null)glyphRange; (Argument glyphRange cannot be converted) |
Method Summary | |
---|---|
void |
insertGlyph_atGlyphIndex_characterIndex(int glyph,
NSUInteger glyphIndex,
NSUInteger characterIndex)
Original signature : -(void)insertGlyph:(NSGlyph) atGlyphIndex:(NSUInteger) characterIndex:(NSUInteger) from NSGlyphStorageInterface native declaration : NSTypesetter.h:178 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
void insertGlyph_atGlyphIndex_characterIndex(int glyph, NSUInteger glyphIndex, NSUInteger characterIndex)
-(void)insertGlyph:(NSGlyph) atGlyphIndex:(NSUInteger) characterIndex:(NSUInteger)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |