The valign attribute determines the vertical alignment of text on the screen relative to the position coordinates.
Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
alignment | valignenum |
|
Alignment is relative to the position coordinates of the text. The default is center.
The following presents bottom-aligned text:
<text myText>
/ items = ("ipsum")
/ vAlign = bottom
</text>