What ^A does
^A selects the font used to print the following ^FD data. Fonts A–H are fixed bitmap fonts with set dimensions; font 0 is scalable. The letter after ^A is the font name, then orientation, height and width.
Syntax
^Afo,h,wParameters
| Parameter | Description | Values | Default |
|---|---|---|---|
f | Font name | A–Z, 0 | — |
o | Orientation | N, R, I, B | — |
h | Height, dots | — | — |
w | Width, dots | — | — |
Example
^XA
^FO50,50^ADN,36,20^FDFont D^FS
^XZPaste this into the free ZPL viewer to see it render, or convert it to PDF.
Related commands
See the full ZPL command reference for all 92 documented commands.
