The hJustify attribute determines whether the text is left, right, or center justified.
Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
justification | halignenum |
|
Justification is relative to the bounding rectangle specified by area. The default is center.
The following presents right justified text:
<text myText>
/ items = ("ipsum")
/ area = (500, 500)
/ hJustify = right
</text>