Plain English

Disables proportional spacing and returns to fixed-width (monospaced) mode. Every character takes the same width, which is useful for aligning columns of data.

When to use

When you need fixed-width text — common for data tables, numeric columns, or when characters must line up vertically.

Syntax

ESC+PR

Example

ESC+A
ESC+H0050
ESC+V0050
ESC+PR
ESC+X22Fixed width
ESC+Q1
ESC+Z

Text with fixed-width (monospaced) spacing

Try it in the playground View all SBPL commands