What ^CF does
^CF changes the default font, height and width so you don't repeat ^A on every field. Fields after ^CF that omit their own font use these defaults, which keeps large labels consistent and shorter.
Syntax
^CFf,h,wParameters
| Parameter | Description | Values | Default |
|---|---|---|---|
f | Default font | A–Z, 0 | A |
h | Default height, dots | — | — |
w | Default width, dots | — | — |
Example
^XA
^CF0,40
^FO50,50^FDUses default font^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.
