The hjustify attribute determines whether the text is left, right, 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 right justified text:
<text sometext>
/ items = ("ipsum")
/ area = (500, 500)
/ hjustify = right
</text>