beautypg.com

Xerox 4112-4127 Enterprise Printing System-192 User Manual

Page 156

background image

Specifying input parameters

2-48

Using LCDS Print Description Language

If you want to use 11 by 17 inch paper or any size that
requires SEF, be aware that form source libraries (.FSL) files,
form (.FRM) files, logo (.LGO) files, and image (.IMG) files
are not automatically scaled or rotated. You may need to alter
the FSL text file to specify that the form should be rotated.

SEFFNT command examples

Following are a few examples of how to use the SEFFNT
command.

Example 1

A FNTMAP.LIB file is created on the system disk.

Example 2

Job 1 uses the SEFFNT command because there is no override
specified.

Example 3

Job 2 uses the FNTMAP.LIB file created in example 1.

Example 4

There is no font mapping because SEF is disabled by the
SEFMAP=NONE parameter.

FNTMAP: SEFFNT

SEFMAP=(L0112B,P0612A);

SYS1:

SYSTEM;

VOLUME

CODE=ASCII;

SEFFNT

SEFMAP=(L0114B, P0614A);

PDE1:

PDE

FONT=L0114B,
PMODE=LANDSCAPE,
BEGIN=(.50,.50);

JOB1:

JOB;

OUTPUT

FORMAT=PDE1;

JOB2: JOB;

OUTPUT

FORMAT=FMT1;

SEFFNT

MAP=FNTMAP;

JOB3: JOB;

OUTPUT

FORMAT=FMT6;

SEFFNT

SEFMAP=NONE;