FontChooser.font
string font() @property nothrow;Get font property.
Returns
The font description as a string, e.g. "Sans Italic 12".
void font(string propval) @property nothrow;Set font property.
Parameters
propval | The font description as a string, e.g. "Sans Italic 12". |