The hAlign attribute determines the horizontal alignment of a visual stimulus on the screen relative to the position coordinates.
Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
alignment | halignenum |
|
Horizontal alignment is relative to the position coordinates of the stimulus. Stimuli are center aligned by default.
The following presents right-aligned text:
<text myText>
/ items = ("ipsum")
/ hAlign = right
</text>