TextWidget::GetTextScale
Defined in:
Returns the text scale for a text widget.
C4Widgets.h
Prototype
const Vector2D& GetTextScale(void) const;
Description
The GetTextScale
function returns the text scale for a text widget. When text is rendered, the font size is multiplied by the text scale to determine the final size of the glyphs.
See Also