org.rococoa.cocoa.appkit.categories
Interface NSGlyphStorageInterface

All Superinterfaces:
ObjCObject

public interface NSGlyphStorageInterface
extends ObjCObject

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

insertGlyph_atGlyphIndex_characterIndex

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



Copyright © 2009. All Rights Reserved.