C4 Engine
C4 Engine API Documentation

TextWidget::GetFontName

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

const ResourceName& GetFontName(voidconst;

Description
The GetFontName function returns the name of the font used by a text widget. If no font has been assigned, then the return value is an empty string.
See Also

TextWidget::GetFontSize

TextWidget::GetFont

TextWidget::SetFont