Plain English

A more modern version of ^FB. Creates a fixed-size text box with automatic word wrapping and rotation support. Preferred over ^FB on newer firmware.

When to use

Same as ^FB — for word-wrapped text. Use ^TB if your printer supports it (firmware V60.14+).

Syntax

^TBo,w,h

Parameters

ParameterDescription
oRotation: N, R, I, B
wBlock width in dots
hBlock height in dots

Example

^XA
^FO50,50^A0N,20,20
^TBN,400,200
^FDThis text will wrap inside a 400x200 dot box automatically.^FS
^XZ

Modern text block with wrapping

Try it in the playground View all ZPL commands