TextWidget::GetFontName
Defined in:
Returns the name of the font used by a text widget.
C4Widgets.h
Prototype
const ResourceName& GetFontName(void) const;
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