ZPL commands
^CF · Change Alphanumeric Default Font
Sets the default font for all following text fields that do not specify their own ^A.
Sets the default font for all following text fields that do not specify their own ^A.
Parameters
^CFf,h,w- f: Font name (0–9, A–Z)^CFf,h,w- h: Font height in dots^CFf,h,w- w: Font width in dots
Example
^XA
^CF0,40,40
^FO50,50^FDHello^FS
^XZ
Tip
Useful for consistent labels: set ^CF once, then use only ^FD.