Specifying print format parameters
4-28
Using LCDS Print Description Language
LINE FONTINDEX
Specifies that a field within the user portion of a record defines
the index to a specific font to be used for that line. If
FONTINDEX is not specified, no index is used.
Syntax
LINE FONTINDEX = {
offset
| (
offset
[,
initval
[,
bitopt
]]) | NONE}
Options
Default
NONE
Table 4-30. LINE FONTINDEX parameter options and definitions
Option
Definition
offset
Specifies the byte offset in the data record where the character that is to be
used as a font index number is located.
Refer to “LINE OVERPRINT” later in this chapter for a discussion of
FONTINDEX usage with overprint lines and maximum number of fonts.
initval
initial value
.
Index number associated with the first font in the font list (i.e., the number the
font list starts with). This value can be one of the following:
•
ONE specifies that an index value of 1 is associated with the first font in the
font list.
•
ZERO specifies that an index value of 0 is associated with the first font in
the font list, an index value of 1 is associated with the second font in the
font list, and so forth.
The default for the initial font index value is ONE.
bitopt
bit option
A number specifying the number of low order bits within the font index byte,
which, in turn, specifies an index value into the font list of the current PDE. The
bitopt
value may be 1 through 7.
The default
bitopt
value is 4.
NONE
Specifies that there is no font index.
Summary of Contents for Docuprint 75
Page 16: ...Table of contents xvi Using LCDS Print Description Language ...
Page 26: ...Introduction xxvi Using LCDS Print Description Language ...
Page 108: ...PDL principles and procedures 1 82 Using LCDS Print Description Language ...
Page 354: ...Specifying print format parameters 4 114 Using LCDS Print Description Language ...
Page 436: ...Using PDL commands for graphics 6 8 Using LCDS Print Description Language ...
Page 452: ...PDL command and DJDE summary A 16 Using LCDS Print Description Language ...
Page 470: ...Character code assignments C 8 Using LCDS Print Description Language ...
Page 478: ...Offline specifications D 8 Using LCDS Print Description Language ...
Page 506: ...INDEX INDEX 12 Using LCDS Print Description Language ...