CTBaselineClass Enum
Definition
The kind of baselines supported when typesetting text.
public enum CTBaselineClass
type CTBaselineClass =
- Inheritance
-
CTBaselineClass
Fields
Hanging | 4 | Used to offset a hanging baseline. |
IdeographicCentered | 1 | Used to offset a centered ideographic baseline. |
IdeographicHigh | 3 | Used to offset an ideographic high baseline. |
IdeographicLow | 2 | Used to offset an ideographic low baseline. |
Math | 5 | Used to offset a math baseline. |
Roman | 0 | Used to offset a roman baseline. |