TextWidget::GetTextOffset
Defined in:
Returns the text shift for a text widget.
C4Widgets.h
Prototype
const Vector2D& GetTextOffset(void) const;
Description
The GetTextOffset
function returns the text offset for a text widget. When text is rendered, it is offset by the product of the font size and the text offset value.
See Also