mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 11:00:48 +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;
|
||||
float matrix[6];
|
||||
float italicAngle;
|
||||
NSString *weight;
|
||||
float underlinePosition;
|
||||
float underlineThickness;
|
||||
float capHeight;
|
||||
float xHeight;
|
||||
float descender;
|
||||
float ascender;
|
||||
float widths[256];
|
||||
NSSize maximumAdvancement;
|
||||
NSSize minimumAdvancement;
|
||||
NSString *encodingScheme;
|
||||
NSStringEncoding mostCompatibleStringEncoding;
|
||||
NSRect fontBBox;
|
||||
BOOL isFixedPitch;
|
||||
BOOL isBaseFont;
|
||||
int weight;
|
||||
NSFontTraitMask traits;
|
||||
}
|
||||
|
||||
+ (void) setDefaultClass: (Class)defaultClass;
|
||||
|
@ -98,7 +99,6 @@
|
|||
- (float)underlineThickness;
|
||||
- (float)xHeight;
|
||||
- (float) widthOfString: (NSString*)string;
|
||||
- (float *)widths;
|
||||
- (float)defaultLineHeightForFont;
|
||||
|
||||
- (NSSize) advancementForGlyph: (NSGlyph)aGlyph;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue