ZPL commands

^FT · Field Typeset

Positions a field via its baseline instead of the top-left corner - useful for exact text alignment.

Positions a field via its baseline instead of the top-left corner - useful for exact text alignment.

Parameters

  • ^FTx,y - x: X-coordinate in dots
  • ^FTx,y - y: baseline coordinate in dots

Example

^XA
^FT50,50^A0N,30,30^FDHello^FS
^XZ
ZPL preview: ^FT · Field Typeset

Tip

With mixed font sizes, ^FT aligns texts cleanly at the bottom.