ZPL commands

^A@ · Use Font Name to Call Font

Calls a font by its file name e.g. TrueType on the printer.

Calls a font by its file name (e.g. TrueType) on the printer.

Parameters

  • ^A@o,h,w,d:o.x - o: Orientation (N/R/I/B)
  • ^A@o,h,w,d:o.x - h: Font height in dots
  • ^A@o,h,w,d:o.x - w: Font width in dots
  • ^A@o,h,w,d:o.x - d:o.x: Drive, font name and extension (.FNT, .TTF or .TTE), e.g. E:ARIAL.TTF

Example

^XA
^FO50,50^A@N,40,40,E:ARIAL.TTF^FDHello^FS
^XZ
ZPL preview: ^A@ · Use Font Name to Call Font

Tip

First download a TrueType font with ~DY (or a SVG→TTF conversion via the zplCloud tool).