Laser Printing Systems Forms Creation Guide

COMMAND EXAMPLES
TEXT AT examples
Figure G-13 gives the command syntax for and demonstrates
aligned text.
Figure G-13. Aligned text
1
This command produces stacked, left-aligned output beginning five grid units down from the form origin
and one grid unit to the right of the form origin, as follows.
2
To center the stacked words (the default option), an alignment need not be specified. Horizontal printing is
the default. If vertical printing is desired, it must be specified.
3
Centering is automatic. Notice how the fixed font gives a more uniform appearance.
TEXT AT 5,1 'FIRST'
'NATIONAL' 'TRUST' 'CO';
TEXT ALIGNED LEFT AT 5,1
'FIRST' 'NATIONAL' 'TRUST'
'CO';
FIRST
NATIONAL
TRUST
CO
TEXT ALIGNED RIGHT AT
5,1 'FIRST' 'NATIONAL'
'TRUST' 'CO';
FIRST
NATIONAL
TRUST
CO
Right-aligned Center-aligned
2
VERTICAL TEXT ALIGNED
TOP AT 5,1 'FIRST'
'NATIONAL' 'TRUST' 'CO';
Top-aligned
FNTC
IARO
RTU
SI S
TOT
N
A
L
VERTICAL TEXT ALIGNED
BOTTOM AT 5,1 'FIRST'
'NATIONAL' 'TRUST' 'CO';
Bottom-aligned
N
A
T
FI T
IOR
RNU
SASC
TLTO
Proportional Fixed
font font
VERTICAL TEXT AT 5,1
'FIRST' 'NATIONAL'
'TRUST' 'CO';
Left-aligned
1
FIRST
NATIONAL
TRUST
CO
Vertical-aligned
3
G-8 XEROX 4050/4090/4450/4650 LPS FORMS CREATION GUIDE