Intermec PX6i Intermec Printer Language (IPL) Developer's Guide (old) - Page 65

Command Strings for User-Defined Font Example

Page 65 highlights

Chapter 3 - Working with Fonts and Graphics R 8 Save the text file and send it to the printer. The user-defined font can now be used in a bar code label. You can specify the userdefined font for a human-readable or interpretive field. Characters in data you specify for those fields are mapped to the user-defined font. The next table lists the complete command string set for the user-defined font in this example. Command Strings for User-Defined Font Example Commands C P; T3,FONT3 x10;y14; t36;Z12; u0,|q@; u1,~sA; u2,FcA; u3,FcA; u4,C; u5,C; u6,FcA; u7,FcA; u8,NA; u9,L~@; R; Definitions Selects Advanced mode Enters Program mode Create bitmap font 3 Define cell width (10) and cell height (14) Create ASCII character 36 ($), define character width as 12 Defines column 0 Defines column 1 Defines column 2 Defines column 3 Defines column 4 Defines column 5 Defines column 6 Defines column 7 Defines column 8 Defines column 9 Saves and exits to Print mode Intermec Printer Language (IPL) Developer's Guide 55

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112

Chapter 3 — Working with Fonts and Graphics
Intermec Printer Language (IPL) Developer’s Guide
55
<STX>R<ETX>
8
Save the text file and send it to the printer.
The user-defined font can now be used in a bar code label. You can specify the user-
defined font for a human-readable or interpretive field. Characters in data you
specify for those fields are mapped to the user-defined font.
The next table lists the complete command string set for the user-defined font in
this example.
Command Strings for User-Defined Font Example
Commands
Definitions
<STX><ESC>C<ETX>
Selects Advanced mode
<ESC>P;<ETX>
Enters Program mode
<STX>T3,FONT3<ETX>
Create bitmap font 3
<STX>x10;y14;<ETX>
Define cell width (10) and cell height
(14)
<STX>t36;Z12;<ETX>
Create ASCII character 36 ($), define
character width as 12
<STX>u0,|q@;<ETX>
Defines column 0
<STX>u1,~sA;<ETX>
Defines column 1
<STX>u2,FcA;<ETX>
Defines column 2
<STX>u3,FcA;<ETX>
Defines column 3
<STX>u4,<DEL><DEL>C;<ETX>
Defines column 4
<STX>u5,<DEL><DEL>C;<ETX>
Defines column 5
<STX>u6,FcA;<ETX>
Defines column 6
<STX>u7,FcA;<ETX>
Defines column 7
<STX>u8,N<DEL>A;<ETX>
Defines column 8
<STX>u9,L~@;<ETX>
Defines column 9
<STX>R;<ETX>
Saves and exits to Print mode