setLabelAlign

Help Contents Graphics Drawing Text setLabelAlign
LabelAlign Drawing filled shapes

setLabelAlign xalign yalign


sets the alignment of the label font. There are three possible values for xalign and yalign: -1, 0, 1.

-1 stands for right amd top, 0 centers the text, 1 aligns left and bottom. 1 is default.

Example:

setLabelAlign -1 1	;right-bottom
label "hallo

Reference:

LabelAlign Drawing filled shapes