Font

These are common commands that apply to all widgets that have them injected.

Members

Functions

setFont
auto setFont(string font, int size, FontStyle[] styles)

Set the font and style for the widget.

setFont
auto setFont(string fontInfo)

Set the font and style for the widget via a simple string. This method is exists to set the font using the output of the font dialog.

Meta