What ^A@ does
^A@ chooses a font by referencing a downloaded font file (for example a TrueType font stored in printer memory) rather than a built-in slot. Height and width set the point size in dots.
Syntax
^A@o,h,w,d:o.xParameters
| Parameter | Description | Values | Default |
|---|---|---|---|
o | Orientation | N,R,I,B | N |
h | Character height in dots | — | — |
w | Character width in dots | — | — |
d:o.x | Drive, name and extension of the font file | — | — |
Example
^XA
^A@N,50,50,E:TT0003M_.TTF^FO50,50^FDCustom font^FS
^XZPaste this into the free ZPL viewer to see it render, or convert it to PDF.
Notes & tips
- References a font stored in printer memory.
- Use ^CW to assign a font to a single-letter slot instead.
Related commands
See the full ZPL command reference for all 92 documented commands.
