ZPL commands

^FP · Field Parameter

Sets the text direction and additional character spacing for the current text field - e.g. for vertically stacked letters or letter-spaced text.

Sets the text direction and additional character spacing for the current text field - e.g. for vertically stacked letters or letter-spaced text.

Parameters

  • ^FPd,g - d: direction: H = horizontal, left to right (default), V = vertical, top to bottom, R = reverse, right to left
  • ^FPd,g - g: additional gap between characters in dots (0–9999, default 0)

Example

^XA
^FO50,50^A0N,30,30^FPH,10^FDZPLCLOUD^FS
^FO50,110^A0N,30,30^FPV^FDZPL^FS
^XZ
ZPL preview: ^FP · Field Parameter

Tip

^FP only applies to the current field. For rotated text the orientation of the font command (e.g. ^A0R) is usually the better choice - ^FPV stacks unrotated characters on top of each other.