6-15
6
Fr Goth
Designing Labels and Using Commands
Helvitica condensed 9 pt italic
Co d e 39 18 p t
User-Defined Fonts
User-defined fonts (UDFs) can be downloaded to the 4100 printer and stored in
the battery backed static RAM. Font ID numbers 3 to 6 and 8 to 19 are reserved
for user-defined fonts.
To download a bitmapped font, first enter the “T” to create a new font. The font
is identified by its ID number and optional eight-character ASCII name. You
specify the base width and height of the font with “x” and “y” commands. The
“z” command selects the intercharacter gap. Each character is identified by the
“t” command followed by the ”u“ command with accompanying bitmap data.
For proportional fonts, the width of each individual character can be defined
with the ”Z“ command.
In 86XX Emulation mode, the printer receives downloaded fonts in the same
manner as the 8636 and 8646 printers. Characters are created column by
column, from the top of the column downward. In 86XX Emulation mode, each
byte of data represents 1 bit in the bitmap. The following example lists the
command and data required to define a font with the two characters “$” and
“i.”
<STX><ESC>c<ETX>
<STX><ESC>P<ETX>
<STX>T11,FONT11<ETX>
<STX>x10;y14;z2<ETX>
<STX>t36<ETX>
<STX>u0,00111110001100<ETX>
<STX>u1,01111111001110<ETX>
<STX>u2,01100011000110<ETX>
<STX>u3,01100011000110<ETX>
<STX>u4,11111111111111<ETX>
<STX>u5,11111111111111<ETX>
<STX>u6,01100011000110<ETX>
<STX>u7,01100011000110<ETX>
<STX>u8,01110011111110<ETX>
<STX>u9,00110001111100<ETX>
<STX>t105<ETX>
<STX>u4,00110011111111<ETX>
<STX>u5,00110011111111<ETX>
<STX>R<ETX>
Summary of Contents for EasyCoder 4100
Page 1: ...User s Manual 4100BarCodeLabelPrinter P N 057713 005 ...
Page 25: ...1 1 Getting Started 1 Helvitica condensed 9 pt italic Co d e 39 18 p t 1 Getting Started ...
Page 107: ...5 1 Troubleshooting 5 Helvitica condensed 9 pt italic Co d e 39 18 p t 5 Troubleshooting ...
Page 171: ...7 7 1 Printer Commands Helvitica condensed 9 pt italic Co d e 39 18 p t 7 Printer Commands ...
Page 245: ...A A 1 Appendix Helvitica condensed 9 pt italic Co d e 39 18 p t A Appendix ...
Page 259: ...G G 1 Glossary Helvitica condensed 9 pt italic Co d e 39 18 p t G Glossary ...
Page 269: ...I 1 Index I Helvitica condensed 9 pt italic Co d e 39 18 p t I Index ...