TextWidget::SetFontSize
Defined in:
Sets the em size of the font used by a text widget.
C4Widgets.h
Prototype
float GetFontSize(float em) const;
Parameters
em |
The em size of the font, in pixels. |
Description
The SetFontSize
function sets the em size of the font used by a text widget to the value specified by the em
parameter. The font size is combined with the text scale to determine the final size at which glyphs are rendered.
See Also