ZPL commands

^FL · Font Linking

Links a base font to an extension font: characters missing in the base font are printed from the linked font.

Links a base font to an extension font: characters missing in the base font are printed from the linked font.

Parameters

  • ^FLe,b,h - e: Path of the linked font or extension (e.g. E:ARIALUNI.TTF)
  • ^FLe,b,h - b: Path of the base font (e.g. E:ARIAL.TTF)
  • ^FLe,b,h - h: 1 = link, 0 = unlink

Example

^XA
^FLE:ARIALUNI.TTF,E:ARIAL.TTF,1
^FO50,50^A@N,30,30,E:ARIAL.TTF^FDHello^FS
^XZ
ZPL preview: ^FL · Font Linking

Tip

Useful for fonts without umlauts: missing characters come automatically from the linked file.