TextFontAlignType Enum
TextFontAlignType Enum
Represents the different types of font alignment.
type TextFontAlignType int32
Fields
| Field | Description |
|---|---|
| Automatic | When the text flow is horizontal or simple vertical same as fontBaselinebut for other vertical modes same as fontCenter. |
| Bottom | The letters are anchored to the very bottom of a single line. |
| Baseline | The letters are anchored to the bottom baseline of a single line. |
| Center | The letters are anchored between the two baselines of a single line. |
| Top | The letters are anchored to the top baseline of a single line. |