halign attribute

The halign attribute determines the horizontal alignment of text on the screen relative to the position coordinates.

Applies to

<text> <picture> <video> <shape> <defaults>

Syntax

/ halign = alignment

Parameters

alignment One of the following values:
Value Description
center Text is center aligned.
left Text is left aligned.
right Text is right aligned.

Remarks

Horizontal alignment is relative to the position coordinates of the text.

Examples

The following presents right-aligned text:

<text sometext>
/ items = ("ipsum")
/ halign = right
</text>


Send comments on this topic.
1999-2006 Millisecond Software, LLC. All rights reserved.