HOST FORMS DESCRIPTION LANGUAGE

INK n specifies the ink number from the ink list that overrides the corresponding ink specified in the ink list of the logo file. If the logo has a NOSUBSTITUTION flag, then ink overrides are not allowed (highlight color only).

When you incorporate a logo into your form, make sure you do not exceed the font memory capacity.

Default None.

Examples

Long form:

LOGO NEW1 AT 1,1 USING INK 3;

There is no short form.

GRAPHIC command

A form may consist only of graphic images. You can have up to 16 images per page. Xerox highlight color LPS printers allow you to print colored graphics on your form. For highlight color forms, you can also override any ink specified in the ink list of a color graphic file.

You must specify each graphic associated with a form in the forms source language (FSL) file with the GRAPHIC command. Figure 3±18 shows the command syntax flow.

Figure 3±18. GRAPHIC command syntax

GRAPHIC

name

AT

Cy

Cx

 

 

 

units

units

 

 

 

 

;

SCALE

n

 

INK

n

 

,

 

IS

 

USING

 

 

,

 

 

 

 

Parameters name identifies the IMG or XES graphic file name you specify.

This is the name of the graphic stored on the printer.

Cy defines the coordinate on the y±axis to locate the logo origin.

Cx defines the coordinate on the x±axis where you want the logo origin located.

units indicates the unit of measure for placement of the graphic. The units are INCHES, CENTIMETERS, DOTS, and XDOTS. You can use two decimal places when you specify inches and centimeters. You must express DOTS and XDOTS in integers.

SCALE n specifies the scaling of the printed graphic that you have selected. The scaling factor value n must be an integer. You can only scale on a factor from 1 to 8.

INK n specifies the ink number from the ink list which overrides the corresponding ink list of the graphic (highlight color only).

Default None.

3±26

HOST FORMS DESCRIPTION LANGUAGE 3.2 FOR IBM MVS CREATING FORMS

Page 54
Image 54
Xerox Printer manual Graphic command, Default None Examples Long form, Logo NEW1 AT 1,1 Using INK, Scale INK Using