up Inquisit Language Reference

vjustify attribute

The vjustify attribute determines whether the text is top, bottom, or center justified.

Member of

<text>

Syntax

/ vjustify = justification

Parameters

justification One of the following values:
Value Description
top Text is justified to the top.
bottom Text is justified to the bottom.
center Text is center justified.

Remarks

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

Examples

The following presents top justified text:

<text sometext>
/ items = ("ipsum")
/ area = (500, 500)
/ vjustify = top
</text>

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