mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 21:31:56 +00:00
Removed ivar and method widths. Changed ivar weigth to type int and
added ivars traits and mostCompatibleStringEncoding. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7304 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3dbf29983e
commit
5cba58de80
1 changed files with 3 additions and 3 deletions
|
@ -59,20 +59,21 @@
|
||||||
NSString *familyName;
|
NSString *familyName;
|
||||||
float matrix[6];
|
float matrix[6];
|
||||||
float italicAngle;
|
float italicAngle;
|
||||||
NSString *weight;
|
|
||||||
float underlinePosition;
|
float underlinePosition;
|
||||||
float underlineThickness;
|
float underlineThickness;
|
||||||
float capHeight;
|
float capHeight;
|
||||||
float xHeight;
|
float xHeight;
|
||||||
float descender;
|
float descender;
|
||||||
float ascender;
|
float ascender;
|
||||||
float widths[256];
|
|
||||||
NSSize maximumAdvancement;
|
NSSize maximumAdvancement;
|
||||||
NSSize minimumAdvancement;
|
NSSize minimumAdvancement;
|
||||||
NSString *encodingScheme;
|
NSString *encodingScheme;
|
||||||
|
NSStringEncoding mostCompatibleStringEncoding;
|
||||||
NSRect fontBBox;
|
NSRect fontBBox;
|
||||||
BOOL isFixedPitch;
|
BOOL isFixedPitch;
|
||||||
BOOL isBaseFont;
|
BOOL isBaseFont;
|
||||||
|
int weight;
|
||||||
|
NSFontTraitMask traits;
|
||||||
}
|
}
|
||||||
|
|
||||||
+ (void) setDefaultClass: (Class)defaultClass;
|
+ (void) setDefaultClass: (Class)defaultClass;
|
||||||
|
@ -98,7 +99,6 @@
|
||||||
- (float)underlineThickness;
|
- (float)underlineThickness;
|
||||||
- (float)xHeight;
|
- (float)xHeight;
|
||||||
- (float) widthOfString: (NSString*)string;
|
- (float) widthOfString: (NSString*)string;
|
||||||
- (float *)widths;
|
|
||||||
- (float)defaultLineHeightForFont;
|
- (float)defaultLineHeightForFont;
|
||||||
|
|
||||||
- (NSSize) advancementForGlyph: (NSGlyph)aGlyph;
|
- (NSSize) advancementForGlyph: (NSGlyph)aGlyph;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue