TextWidget::GetFontSize
Defined in:
Returns the em size of the font used by a text widget.
C4Widgets.h
Prototype
float GetFontSize(void) const;
Description
The GetFontSize
function returns the em size of the font used by a text widget, in pixels. The font size is combined with the text scale to determine the final size at which glyphs are rendered.
See Also