^TB — Text Block
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
| Parameter | Description |
|---|---|
o | Rotation: N, R, I, B |
w | Block width in dots |
h | Block 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