TextWidget::SetTextLeading
Defined in:
Sets the leading for a text widget.
C4Widgets.h
Prototype
void SetTextLeading(float leading) const;
Parameters
leading |
The new leading, in em units. |
Description
The SetTextLeading
function sets the leading, in em units, for a text widget to the value specified by the leading
parameter. 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