
Text and Fonts
Designing for Multiple Language and Global Regions
128
P1026208-001 Rev. B Software Integrator Guide 10/29/2010
Language and Font Support ZPL Modeling Code Exercises
The examples are arranged in order of simplest use of printer resources, simplest coding
requirements, and using the most flexible methods for maintainability and expanding
language support.
Test text data on single line and text block data types.
Adding characters with hexadecimal code
Adding text strings with hexadecimal data only.
Exercise 1 • This exercise shows a basic Font 0 character encoding test.
The printer should be set to the factory defaults and have the power cycled to reset the
initial power up settings.
1. Send this format to the printer.
1
^XA (Start Format) command
2
^LL (Label Length) sets minimum length (70mm)
3
^CI (Change International Font/Encoding) - Sets the text data input
method to UTF-8
4
^CF (Change Alphanumeric Default Font) defines font 0(zero) at a size
of 10 points
5
^FT (Field Typeset) - Sets the 1st language
Shows English and Simplified Chinese word for printer
6
^FT (Field Typeset) - Sets the 2nd language
Shows English and Russian word for printer
7
^FT (Field Typeset) - Sets the 3rd language
Shows English and Russian word for printer
8
^CN (Cut Now) command
9
^PN (Present Now)
10
^XZ (End Format) command
^XA
^LL560
^CI28
^CF0,27,27
^FT050,050^FDZebra 㓢◿㧉^FS
^FT050,150^FDZebra ͖͗͏͔͙͇͌͗^FS
^FT050,250^FDZebra 뺹ꍥ뫥^FS
^CN1
^PN0
^XZ
Kommentare zu diesen Handbüchern