41. GS w n
Select barcode horizontal size (scale factor)
[Code] [1Dh] + [77h] + n
[Range] {2 <= n <= 4}
[Outline] Select the bar code width.
n denotes the number of dots in element width.
[Default] The initial value of this width is “3”.
42. GS h n
Select barcode height
[Code] [1Dh] + [68h] + n
[Range] {1 <= n <= FFh}
[Outline] Select the barcode height.
n denotes the number of dots in the vertical direction.
[Default] The initial value of n is “100”.
43. GS H n
Set HRI code printing position
[Code] [1Dh] + [48h] + n
[Range] {0 <= n <= 3}
[Outline] Selecting printing position of HRI code when printing bar codes.
“n” means the following:
0 No printing;
1 Above the bar code;
2 Below the bar code;
3 Both above and below the bar code.
The HRI code refers to the bar code-turned characters so that you
can read them.
[Caution] The HRI code is printed in the font selected with GS f. Specify
before the GS k command.
[Defult] The initial value of n is “0”.
[See Also] GS f
44. GS f n
Select HRI code font
[Code] [1Dh] + [66h] + n
[Range] n = 0, 1
[Outline] Selecting the font of HRI code when printing bar code.
The font type depends on n as follows:
0 Font A;
1 Font B.
The HRI code refers to the bar code-turned characters so that you
can read them.
[Caution] The HRI code is printed at the position specified with GS h.
[Default] The initial value of n is “1 ”.
[See Also] GS H