|
|||||||||
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_ |
_CLASS_
|
Method Summary | |
---|---|
NSAttributedString |
attributedString()
|
void |
insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(IntBuffer glyphs,
int length,
int glyphIndex,
int charIndex)
|
void |
insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(IntByReference glyphs,
int length,
int glyphIndex,
int charIndex)
Deprecated. use the safer method insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(java.nio.IntBuffer, int, int, int) instead |
int |
layoutOptions()
|
void |
setIntAttribute_value_forGlyphAtIndex(int attributeTag,
int val,
int glyphIndex)
sets glyph attribute defined in NSLayoutManager.h Original signature : -(void)setIntAttribute:(NSInteger) value:(NSInteger) forGlyphAtIndex:(NSUInteger) |
Field Detail |
---|
static final NSGlyphStorage._class_ _CLASS_
Method Detail |
---|
@Deprecated void insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(IntByReference glyphs, int length, int glyphIndex, int charIndex)
insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(java.nio.IntBuffer, int, int, int)
instead
-(void)insertGlyphs:(const NSGlyph*) length:(NSUInteger) forStartingGlyphAtIndex:(NSUInteger) characterIndex:(NSUInteger)
void insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(IntBuffer glyphs, int length, int glyphIndex, int charIndex)
void setIntAttribute_value_forGlyphAtIndex(int attributeTag, int val, int glyphIndex)
-(void)setIntAttribute:(NSInteger) value:(NSInteger) forGlyphAtIndex:(NSUInteger)
NSAttributedString attributedString()
int layoutOptions()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |