TextWidget::GetFont
Defined in:
Returns the font used by a text widget.
C4Widgets.h
Prototype
Font *GetFont(void) const;
Description
The GetFont
function returns the font used by a text widget. If no font has been assigned, then the return value is nullptr
.
See Also