
Revision C 16/01/96
Chapter 2 "PCL" - 43
Scaling the scalable fonts vertically or horizontally
EscCR!#H (27)(13)(33)#(72) <1Bh><0Dh><21h>#<48h>
•
This command designates the height of the scalable fonts.
EscCR!#V (27)(13)(33)#(86) <1Bh><0Dh><21h>#<56h>
•
This command designates the width of the scalable fonts.
•
# can be from 0.25 ~ 3.00 in 0.01 increments.
•
# value is set to 0.25 when # is specified less than 0.25, and # value is set to 3.00 when # is specified bigger
than 3.00.
•
The value set by this command is initialized when the emulation change, Resetting, Test Printing, or Macro
overlay is executed.
Selecting the style
Esc(s#S (27)(40)(115)#(83) <1Bh><28h><73h>#<53h>
•
This command designates the style of the primary font.
Esc)s#S (27)(41)(115)#(83) <1Bh><29h><73h>#<53h>
•
This command designates the style of the secondary font.
•
If you select a particular style (for example upright condensed outline) the command will only take effect if the
font is available in one of the three font locations.
Value
Font Style
0
1
4
5
8
24
32
64
128
160
Upright & solid
Italic
Condensed
Condensed italic
Compressed, or extra condensed
Expanded
Outline
Inline
Shadowed
Outline shadowed
10 REM ****** PRINT IN ITALIC & UPRIGHT STYLE ******
20 ESC$=CHR$(27)
30 WIDTH "LPT1:",255
40 REM --- PRINT USING AN ITALIC FONT ----
50 LPRINT ESC$+"(s1S";
60 REM --- PRINT FONT ----
70 FOR I=33 TO 127
80 LPRINT CHR$(I);
90 NEXT
100 LPRINT
110 REM --- PRINT USING AN UPRIGHT FONT ---
120 LPRINT ESC$+"(s0S";
130 REM --- PRINT FONT ----
140 FOR I=33 TO 127
150 LPRINT CHR$(I);
160 NEXT
170 LPRINT
180 REM -- PAPER EJECT ---
190 LPRINT CHR$(12);
200 END
Summary of Contents for HL- SERIES
Page 13: ...Revision A 16 01 96 Chapter 1 Introduction ...
Page 16: ...Revision C 16 01 96 Chapter 2 PCL 1 Chapter 2 PCL ...
Page 123: ...Revision C 16 01 96 Chapter 2 PCL 3 W width raster area 78 Y y offset raster 79 ...
Page 124: ...Revision C 16 01 96 Chapter 3 PJL 1 Chapter 3 PJL Printer Job Language ...
Page 180: ...Revision C 16 01 96 Chapter 4 Diablo 630 1 Chapter 4 Diablo 630 ...
Page 200: ...Revision C 16 01 96 Chapter 5 EPSON FX 850 1 Chapter 5 EPSON FX 850 ...
Page 237: ...Revision C 16 01 96 Chapter 6 IBM Proprinter XL 1 Chapter 6 IBM Proprinter XL ...
Page 259: ...Revision C 16 01 96 Chapter 7 Bar Codes Control 1 Chapter 7 Bar Code Control ...
Page 267: ...Revision C 16 01 96 Chapter 8 HP GL2 1 CHAPTER 8 HP GL 2 Graphics Language ...
Page 280: ...Revision C 16 01 96 Chapter 8 HP GL2 14 220 END Sample 21 ...
Page 328: ...Revision C 16 01 96 Chapter 9 HP GL 1 CHAPTER 9 HP GL Graphics Language ...
Page 342: ...Revision C 16 01 96 Chapter 9 HP GL 15 Sample 68 ...
Page 387: ...Revision C 16 01 96 APPENDIX A COMPALISON LIST 24 RESOLUTION 300 600 300 600 300 600 ...