Programming instructions
Intermec Fingerprint v7.61 – Programmer’s Reference Manual Ed. 716
Chapter 2 Program Instructions
ALIGN (AN), cont.
Remarks, cont.
Box:
The anchor points are situated at the lower side of the line or box in
relation to how text is printed in the selected direction. Lines and boxes
have only three anchor points, each of which can be specifi ed by means
of three different numbers.
A special case is multi-line text fi elds in a box. The fi elds can be aligned in
nine positions in relation to the box, whereas the box itself only has three
anchor points, as described above. Refer to the PRBOX statement for more
information on alignment of multi-line text fi elds.
Example
Printing of a label with a single line of text being aligned left on
the baseline:
10 PRPOS 30,250
20 DIR 1
30 ALIGN 4
40 FONT "Swiss 721 BT"
50 PRTXT "Hello!"
60 PRINTFEED
RUN
The text “Hello!” will be positioned with the baseline aligned left to the
insertion point specifi ed by the coordinates X=30; Y=250 in line 10.