Homelite 2400C, 2060 AD Define alternate font, SS Select standard font, SA Select alternate font

Models: HL-1250 HL-1270N HL-1470N 2400C HL-1050 HL-P2500 2060 HL-1660E HL-1070 HL-1450 HL-2400CE

1 431
Download 431 pages 8 Kb
Page 182
Image 182

10/10/03

AD - Define alternate font

AD [ attribute, value ] [..] [;] attribute : a font attribute to be defined value : the value of the attribute

This command allows you to define the alternate font and its attribute.

attribute takes a value from 1-7.

1 = symbol set, 2 = spacing, 3 = pitch, 4 = height, 5 = posture, 6 = stroke weight and 7 = typeface.

• value selects an option for the specified attribute. For further explanation about attribute values see the previous SD command.

If the defined font is not available, another font is selected that matches the defined font's specified attributes

as closely as possible. The symbol set attribute has the highest priority for matching and typeface has the lowest.

• If you omit all parameters, the default alternate font attributes are used.

10'-Define Alternate Font -

20WIDTH "LPT1:", 255

30LPRINT CHR$(27); "E";

40LPRINT CHR$(27); "%0B";

50LPRINT "IN;SP1;";

60'- Standard font -

70LPRINT "PA1000,5000;"

80LPRINT "LBStandard font"; CHR$(3);

90' - Alternate font -

100LPRINT "AD2,1,4,24,7,4101;"

110LPRINT "PA1000,4000;"

120LPRINT "SA";

130LPRINT "LBAlternate font"; CHR$(3);

140LPRINT CHR$(27); "%0A";

150LPRINT CHR$(27); "E";

160END

<Sample 49>

SS - Select standard font

SS [;]

• This command allows you to select the standard font, as defined by the SD command. All subsequently printed labels will appear in the standard font.

The SS command is equivalent to including the SI control code (ASCII 15) in a label.

The default standard font is the HP-GL stick font.

The font remains current until the printer is initialized with an IN command, until the default conditions are

resorted with the DF command or until an SA command is used.

SA - Select alternate font

SA [;]

• This command allows you to select the alternate font, as defined by the AD command. All subsequently printed labels will appear in the alternate font

The SA command is equivalent to including the SO control code (ASCII 14) in a label.

• The font remains current until the printer is initialized with an IN command, until the default conditions are restored with the DF command or until an SS command is used.

CHAPTER 4 HP-GL/2 - 42

Page 182
Image 182
Homelite HL-P2500, HL-1660E, HL-2400CE, 2060 AD Define alternate font, SS Select standard font, SA Select alternate font