up Inquisit Language Reference

vjustify attribute

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

Member of

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

Syntax

/ vjustify = justification

Parameters

Name Type Description
justification valignenum
ValueDescription
bottomBottom aligned.
centerCenter aligned.
topTop aligned.

Remarks

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

Examples

The following presents top justified text:

<text myText>
/ items = ("ipsum")
/ area = (500, 500)
/ vJustify = top
</text>

Copyright Millisecond Software, LLC. All rights reserved.