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
- _fromADKFont - - internal feature (not documented)
- _fromDFont - - internal feature (not documented)
- _toDFont - - internal feature (not documented)
- assign - - internal feature (not documented)
- color - Background color
- family - Family name for font
- fixedPitch - Fixed pitch property
- italic - Italic property
- operator= - - internal feature (not documented)
- 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
- textColor - Text color property
- underline - Underline property
- usePixel - Pixel size property
- weight - Weight property
- ~Font - Destructor