Product specifications
SLCS Programming Manual
Rev. 1.24
- 68 -
2-7-1 DT (Download True Type Font)
Description
Download windows system font into printer memory.
Syntax
DTp1,p2,’Font Name’ a
1
b
1
(DATA
1
)a
2
b
2
(DATA
2
)…a
n
b
n
(DATA
n
)
Parameters
p1 : Total number of characters to be downloaded: 0~255
p2 : Font Height: 0~255
Font name : A ~ Z
a
n
: Character position in ASCII Table(0~255)
b
n
: Font width(dots)
(DATA
n
) : Character Bitmap Data
Total bytes of bitmap data : p2 × (b
n
+7)/8 bytes
Example
44 44 2a 0d 0a 44 54 60 14 27 41 27 DD*..DT..’A’
20 0b ……
21 0c ……
……
p1 p2 Font name
a
1
b
1
DATA
1
: p2×(b
1
+7)/8 bytes
b
2
DATA
2
: p2×(b
2
+7)/8 bytes
a
2
p2 =
12
bn =8bits(1Byte)
Number of DATAn = 12
× (8+7)/8 = 12 Bytes










