| Applies To: | Text |
Description
This property determines the vertical alignment of text in the Text object. It is either a single integer value, or, if the Text object has several components, a corresponding vector of such values.
These may be :
| 0 | base aligned | the base line of the character is aligned on the y-coordinate specified by the Points property. |
| 1 | half aligned | the centre of the character is aligned on the y-coordinate specified by the Points property. |
| 2 | cap aligned | the top of the character is aligned on the y-coordinate specified by the Points property. |
| 3 | bottom aligned | the bottom of the character cell is aligned on the y-coordinate specified by the Points property. |
| 4 | top aligned | the top of the character cell is aligned on the y-coordinate specified by the Points property. This is the default. |