EPSON
TITLE
SHEET
REVISION
NO.
SHEETNEXT
F
TM-U295/U295P
Specification
(STANDARD)
App.13App.14
F.3 Format for Graphic Characters
5
´
´´
´
7 font
One character is composed of 6 bytes of data, with the first byte denoting the left-most column of dots,
the second byte the next column of dots and so on, up to the sixth byte. In this character format, only
normal dot positions are printed, and adjacent dots can be printed.
The MSB (or the seventh bit) denotes the top dot of a column, and the LSB (or the first bit) denotes the
bottom dot of a column.
When a bit is 1, the dot is printed, and when a bit is 0, the dot is not printed. The lowest dot is 0.
Example)
Top dot
(byte)654321
Bottom dot
Data for the example: FEH, FEH, FEH, FEH, FEH, FEH
Lowest dot
=1
=0
Figure F.3.1 5
´
´´
´
7 Font Character Format
7
´
´´
´
7 font
One character is composed of 10 bytes of data, with the first byte denoting the left-most column of dots,
the second byte the next column of dots and so on, up to the tenth byte. In this character format, the
even bytes denote the printing data for half dot (adjacent dot) positions.
The MSB (or the seventh bit) denotes the top dot of a column, and the LSB (or the first bit) denotes the
bottom dot of a column.
When a bit is 1, the dot is printed, and when a bit is 0, the dot is not printed. The lowest dot is 0.
Example)
(byte)654321
Data for the example: FEH, 00H, FEH, 00H, FEH, 00H, FEH, 00H, FEH, 00H
Top dot
Bottom dot
Lowest dot
10987
Figure F.3.2 7
´
´´
´
7 Font Character Format