The vjustify attribute determines whether the text is top, bottom, or center justified.
<text>
justification |
One of the following values:
|
Justification is relative to the bounding rectangle specified by area. The default is center.
The following presents top justified text:
<text sometext>
/ items = ("ipsum")
/ area = (500, 500)
/ vjustify = top
</text>