ZPL commands

^TB · Text Blocks

Creates a text block with fixed width and height - text wraps and is clipped on overflow.

Creates a text block with fixed width and height - text wraps and is clipped on overflow.

Parameters

  • ^TBa,b,c - a: Block rotation (N/R/I/B)
  • ^TBa,b,c - b: Block width in dots
  • ^TBa,b,c - c: Block height in dots

Example

^XA
^FO50,50^A0N,30,30^TBN,300,60^FDMulti-line text block^FS
^XZ
ZPL preview: ^TB · Text Blocks

Tip

^TB clips overflow (unlike ^FB) - choose the height deliberately so nothing is lost.