ZPL commands

^A · Scalable/Bitmapped Font

Selects the font for the current text field. Font 0 is the scalable default font CG Triumvirate Bold Condensed, A–H and GS are resident bitmap fonts; other n…

Selects the font for the current text field. Font 0 is the scalable default font CG Triumvirate Bold Condensed, A–H and GS are resident bitmap fonts; other names can be mapped to a downloaded font file with ^CW.

Parameters

  • ^Afo,h,w - f: Font name (A–Z, 0–9)
  • ^Afo,h,w - o: Orientation (N/R/I/B), written directly after the name without a comma (e.g. ^A0R = rotated 90°)
  • ^Afo,h,w - h: Character height in dots (bitmap fonts only in integer multiples of the base size)
  • ^Afo,h,w - w: Character width in dots (bitmap fonts only in integer multiples of the base size)

Example

^XA
^FO50,50^A0N,40,40^FDHello zplCloud^FS
^XZ
ZPL preview: ^A · Scalable/Bitmapped Font

Tip

Set height and width equal for proportional scaling. ^A0 is the fast resident default font.