C4 Engine
C4 Engine API Documentation

TextWidget::GetFont

Defined in:  C4Widgets.h
Returns the font used by a text widget.
Prototype

Font *GetFont(voidconst;

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

TextWidget::SetFont

TextWidget::GetFontName

TextWidget::GetFontSize

Font