API 0.9.5
AppKit/CPFont.h
Go to the documentation of this file.
00001 
00002 @interface CPFont : CPObject
00003 {
00004     CPString    _name;
00005     float       _size;
00006     float       _ascender;
00007     float       _descender;
00008     float       _lineHeight;
00009     BOOL        _isBold         // @accessors(readonly, getter=isBold);
00010     BOOL        _isItalic       // @accessors(readonly, getter=isItalic);
00011 
00012     CPString    _cssString;
00013 }
00014 @end
 All Classes Files Functions Variables Defines