up Inquisit Language Reference

hjustify attribute

The hjustify attribute determines whether the text is left, right, or center justified.

Member of

<text>

Syntax

/ hjustify = justification

Parameters

justification One of the following values:
Value Description
center Text is center justified.
left Text is left justified.
right Text is right justified.

Remarks

Justification is relative to the bounding rectangle specified by area. The default is center.

Examples

The following presents right justified text:

<text sometext>
/ items = ("ipsum")
/ area = (500, 500)
/ hjustify = right
</text>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.