TextFontAlignType
TextFontAlignType enumeration
Represents the different types of font alignment.
Values
| Name | Value | Description | 
|---|---|---|
| Automatic | 0 | When the text flow is horizontal or simple vertical same as fontBaseline but for other vertical modes same as fontCenter. | 
| Bottom | 1 | The letters are anchored to the very bottom of a single line. | 
| Baseline | 2 | The letters are anchored to the bottom baseline of a single line. | 
| Center | 3 | The letters are anchored between the two baselines of a single line. | 
| Top | 4 | The letters are anchored to the top baseline of a single line. |