Font - Font
Font properties describe the text font used for displaying data in a control or table cell. Font properties are provided as subset of layout properties. In order to read or update font properties, one has to read update layout properties.
Attributes
- _family_name - Family name for font
 - _weight - Weight property
 - _size - Point size property
 - _use_pixel - Pixel size property
 - _italic - Italic property
 - _underline - Underline property
 - _overline - Overline property
 - _strike_out - Strike out property
 - _fixed_pitch - Fixed pitch property
 - _style_hint - Style hint property
 - _style_strategy - Style Strategy
 - _prefer_quality - Prefer quality property
 - _stretch - Stretch
 
Functions
- Font - Font constructor
 - family - Family name for font
 - fixedPitch - Fixed pitch property
 - italic - Italic property
 - overline - Overline property
 - preferQuality - Prefer quality property
 - read - Dead font from resource database
 - size - Point size property
 - stretch - Stretch
 - strikeOut - Strike out property
 - styleHint - Style hint property
 - underline - Underline property
 - usePixel - Pixel size property
 - weight - Weight property
 - ~Font - Destructor
 

