|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSFontDeprecated
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 |
NSFontDeprecated._static_
from NSFontDeprecated native declaration : NSFont.h:231 Conversion Error : /// Original signature : -(id)positionOfGlyph:(NSGlyph) withRelation:(NSGlyphRelation) toBaseGlyph:(NSGlyph) totalAdvancement:() metricsExist:(BOOL*) - positionOfGlyph:(NSGlyph)thisGlyph withRelation:(NSGlyphRelation)rel toBaseGlyph:(NSGlyph)baseGlyph totalAdvancement:(null)adv metricsExist:(BOOL*)exist; (Argument adv cannot be converted) |
Method Summary | |
---|---|
NSDictionary |
afmDictionary()
Original signature : -(NSDictionary*)afmDictionary from NSFontDeprecated native declaration : NSFont.h:217 |
org.rococoa.cocoa.CGFloat |
defaultLineHeightForFont()
Use -[NSLayoutManager defaultLineHeightForFont:] instead. |
NSString |
encodingScheme()
Original signature : -(NSString*)encodingScheme from NSFontDeprecated native declaration : NSFont.h:222 |
boolean |
glyphIsEncoded(int aGlyph)
Can be deduced by aGlyph < [NSFont numberOfGlyphs] since only NSNativeShortGlyphPacking is supported. |
int |
glyphPacking()
|
boolean |
isBaseFont()
Original signature : -(BOOL)isBaseFont from NSFontDeprecated native declaration : NSFont.h:216 |
NSObject |
positionOfGlyph_precededByGlyph_isNominal(int curGlyph,
int prevGlyph,
boolean nominal)
The context-sensitive inter-glyph spacing is now performed at the typesetting stage. |
NSObject |
positionOfGlyph_struckOverGlyph_metricsExist(int curGlyph,
int prevGlyph,
boolean exist)
Original signature : -(id)positionOfGlyph:(NSGlyph) struckOverGlyph:(NSGlyph) metricsExist:(BOOL*) from NSFontDeprecated native declaration : NSFont.h:228 |
org.rococoa.cocoa.CGFloat |
widthOfString(NSString string)
This API never returns correct value. |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
org.rococoa.cocoa.CGFloat widthOfString(NSString string)
-(CGFloat)widthOfString:(NSString*)
boolean isBaseFont()
-(BOOL)isBaseFont
NSDictionary afmDictionary()
-(NSDictionary*)afmDictionary
boolean glyphIsEncoded(int aGlyph)
-(BOOL)glyphIsEncoded:(NSGlyph)
org.rococoa.cocoa.CGFloat defaultLineHeightForFont()
-(CGFloat)defaultLineHeightForFont
NSString encodingScheme()
-(NSString*)encodingScheme
int glyphPacking()
org.rococoa.cocoa.appkit.AppKitLibrary#NSMultibyteGlyphPacking
NSObject positionOfGlyph_precededByGlyph_isNominal(int curGlyph, int prevGlyph, boolean nominal)
-(id)positionOfGlyph:(NSGlyph) precededByGlyph:(NSGlyph) isNominal:(BOOL*)
NSObject positionOfGlyph_struckOverGlyph_metricsExist(int curGlyph, int prevGlyph, boolean exist)
-(id)positionOfGlyph:(NSGlyph) struckOverGlyph:(NSGlyph) metricsExist:(BOOL*)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |