Examples – Xerox 96MX User Manual
Page 123

SPECIFYING INPUT PARAMETERS
XEROX DOCUPRINT 96/DOCUPRINT 96MX LPS PDL REFERENCE
4-31
•
(
font
1
,
font
2
) - means that the fact that
font
1
is mapped
font
2
and
font
2
is mapped to
font
3
does not imply that
font
1
is
mapped to
font
3
.
•
(
fontm, fontn) - means that the fact that font
m
is mapped
font
n
and
font
n
is mapped to
font
z
does not imply that
font
m
is
mapped to
font
z
.
Examples
Following are a few examples of how to use the command.
Example 1
FNTMAP:SEFFNT SEFMAP=(L0112B,P0612A);
SYS1:SYSTEM;
VOLUME `CODE’=ASCII;
FNTMAP.LIB is created on system disk.
Example 2
SEFFNT SEFMAP=(L0114B,P0614A);
PDE1: PDE FONT=L0114B,PMODE=LANDSCAPE,
BEGIN=(.50,.50);
Example 3
JOB1: JOB;
OUTPUT FORMAT=PDE1;
Job 1 uses the SEFFNT command in example 2 because there is no
override specified.
Example 4
JOB2: JOB;
OUTPUT FORMAT=FMT1;
SEFFNT MAP=FNTMAP;
Job 2 uses the FNTMAP.LIB file created in example 1.
Example 5
JOB3: JOB;
OUTPUT FORMAT=FMT6;
SEFFNT SEFMAP=NONE;
There is no font mapping because SEF is disabled by the
SEFMAP=NONE parameter.
Example 6
JOB4: JOB;
SEFFNT SEFMAP=(L01BOB,P0812A);
Job 4 overrides the system level SEFFNT mapping with a job level
definition.