Chapter 4— Scalable Text
28
EasyCoder PL-Series Printer Programmer’s Reference Manual
What is Scalable Text?
Scalable text allows you to print text at any point size. You can specify the
point size for both the x and y directions to produce characters that are
“stretched” in either their width or height. Point sizes specified and text
produced prints at 72 points equating to 25.4 mm (1 inch).
The printer can contain scalable font files as part of the application, or you
can download scalable font files to the printer using the Intermec PLUS
application. A scalable text file must be present in your printer’s memory
in order to use scalable text features.
Scale-Text Commands
Purpose: The Scale-Text commands allow you to specify the point size of both the
width and height of the font.
Format:
{
command
} {
name
} {
width
} {
height
} {
x
} {
y
} {
data
}
where:
{command}:
Choose from the following:
SCALE-TEXT:
Prints scaled text horizontally.
(or
ST)
VSCALE-TEXT:
Prints scaled text vertically.
(or
VST)
{name}:
Font name. For help, see “Resident Font Samples” in
Chapter 3.
{width}:
Font width (point size). For help, see Appendix D, “Font
Information.”
{height}:
Font height (point size). For help, see Appendix D, “Font
Information.”
{x}:
Horizontal starting position. For help, see “Label Coordinate
System” in Chapter 1.
{y}:
Vertical starting position. For help, see “Label Coordinate
System” in Chapter 1.
{data}:
Text to be printed.
Example Input:
Input (SCALE.LBL):
! 0 200 200 300 1
CENTER
; Print using x and y scales of 10 points
SCALE-TEXT PLL_LAT.CSF 10 10 0 10 10 POINT FONT
; Print using x scale of 20 points and y scale
; of 10 points
SCALE-TEXT PLL_LAT.CSF 20 10 0 80 WIDER FONT
Summary of Contents for EasyCoder PL-Series
Page 1: ...EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 4: ...iv EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 14: ...Contents xiv EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 18: ...Before You Begin xviii EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 35: ...Chapter 3 Text EasyCoder PL Series Printer Programmer s Reference Manual 17 ...
Page 44: ...Chapter 3 Text 26 EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 83: ...Chapter 7 Graphics EasyCoder PL Series Printer Programmer s Reference Manual 65 Output ...
Page 84: ...Chapter 7 Graphics 66 EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 100: ...Chapter 8 Advanced Commands 82 EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 122: ...Chapter 10 Advanced Utilities 104 EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 186: ...Appendix A Troubleshooting 168 EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 190: ...Appendix B Interface Cables 172 EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 200: ...Appendix D Font Information 182 EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 205: ...EasyCoder PL Series Printer Programmer s Reference Manual 187 Index I ...
Page 219: ......