SetTextCelLeadingAdjust

Sets leading adjustment for text cel.

Synopsis

void SetTextCelLeadingAdjust (TextCel *tCel, int32 adjustLeading)

Description

Sets a leading adjustment for text rendered in the cel. Leading is the extra vertical space between lines of text. The base leading value comes from the FontDescriptor attached to the cel. The value you specify in this call is a signed adjustment to the leading. Negative values render lines of text closer together; positive values render lines farther apart.

Arguments

tCel
Pointer to a TextCel structure.
adjustLeading
Value (in pixels) to add to the base leading value for the font.

Associated Files

lib3do.lib, textlib.h