Esc x specify character size – Brother TD-4100N User Manual
Page 38

ESC X Specify character size
[ASCII] ESC X m nL nH
[Decimal] 27 88 m nL nH
[Hexadecimal] 1B 58 m nL nH
[Parameters] Character width : The value of m is irrelevant.
character size:
Available only when nH=0
nL=33, 38, 42, 46, 50, 58, 67, 75,
nL=83, 92, 100, 117, 133, 150,
nL=167, 200 233
nH =0
nL=11, 44, 77, 111, 144
Available only when nH = 1
[Description]
・
This command is used only to change the size.
・
Outline must not be specified.
・
Character width cannot be set.
・
The character size is set to n = nL + nH * 256 dots.
・
Width and height are the same.
・
In case of bit-map fonts, only n = 24, 32, and 48 are available. In case of out-line fonts,
only n = 33, 38, 42, 46, 50, 58, 67, 75, 83, 92, 100, 117, 133, 150, 167, 200, 233, 267,
300, 333, 367, 400 are available.
・
The commands for specifying enlarged characters, reduced characters, character
spacing (SO, ESC W, ESC !, ESC SP) remain available.
[Example] ABC in 24-dot font and DEF in 48-dot font
Code
ESC X 00h 18h 00h ABC
ESC X 00h 30h 00h DEF FF
Print result
ABC
DEF
38