POSTEK PPLE COMMAND MANUAL
42
B4. Command reference
CF command: Rename Stored Fonts
Syntax: CFp1, p2, p3
Parameter explanation:
p1: Where to find the font, options: “1” or “0”, meaning “Flash” or “SDRAM”.
p2: Font ID you want to use in the “T” command, from “A”~”Z”.
p3: Name of the font stored, for example, “arial”.
BF command: Set Barcode Font Type and Size
Syntax: BF p1, p2, p3
Parameter explanation:
p1: should be the same with what was defined in the “CF” command.
P2: the font width, unit in dots.
P3: the font height, unit in dots.
Note
: Each “BF” command corresponds to only one “B” command, and it should be placed right before the
“B” command.
g command: Designate the Spacing Between Neighboring Characters
Syntax: gp1
Parameter explanation:
p1: Length of the spacing, unit in dots.
Note
: Each “g” command corresponds to only one “T” command, and it should be placed right before the “T”
command. Fonts usually have initial spacing, value set after the “g” command does not overwrite the initial
value, but is added to the initial value.
Final spacing = initial s p1.
Examples:
Example1. Printing truetype fonts:
I8, 001
N
CF1, A, arial
g10
T0500, 500, 3, A, 64, 64, N, “123456”
g10
T0500, 500, 0, A, 64, 64, N, “123456”
g10
T0500, 500, 1, A, 64, 64, N, “123456”
g10