up Inquisit Language Reference

hjustify attribute

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

Member of

<button> <clock> <html> <picture> <shape> <text> <video>

Syntax

/ hjustify = justification

Parameters

Name Type Description
justification halignenum
ValueDescription
centerCenter aligned.
leftLeft aligned.
rightRigth aligned.

Remarks

Justification is relative to the bounding rectangle specified by

Examples

The following presents right justified text:

<text myText>
/ items = ("ipsum")
/ area = (500, 500)
/ hJustify = right
</text>

Copyright Millisecond Software, LLC. All rights reserved.