beautypg.com

Examples – Xerox 721P85530 User Manual

Page 119

background image

SPECIFYING INPUT PARAMETERS

XEROX DOCUPRINT 180 LPS PDL REFERENCE

4-31

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.