LINE_SPACING
typedef enum
{
LINE_SPACE_HALF,
LINE_SPACE_ONE,
LINE_SPACE_ONEANDHALF,
LINE_SPACE_DOUBLE,
} LINE_SPACING;
The LINE_SPACING enumerated type represents the line spacing options.
Value |
Meaning |
LINE_SPACE_HALF |
Half line spacing. |
LINT_SPACE_ONE |
Single line spacing (Default). |
LINE_SPACE_ONEANDHALF |
One and a half line spacing. |
LINE_SPACE_DOUBLE |
Double line spacing. |
Comments
This enumerated type is used by the following object: