TextWidget::GetTextLeading
Defined in:
Returns the leading for a text widget.
C4Widgets.h
Prototype
float GetTextLeading(void) const;
Description
The GetTextLeading
function returns the leading, in em units, for a text widget. The leading is multiplied by the font size to calculate the actual distance between two consecutive lines of text. The default text leading is 1.2 em.
See Also