Authored by RFID.me Last updated Editorial policy

Plain English

Selects the X22 proportional font (24 dots base) and prints the text. This is one of the most commonly used SBPL fonts — a good default for readable label text.

When to use

The workhorse font for most labels. Use it as your default for readable, proportionally-spaced text.

Syntax

ESC+X22text

Parameters

ParameterDescription
text
The text string to print

Example

ESC+A
ESC+H0050
ESC+V0050
ESC+X22Hello World
ESC+Q1
ESC+Z

Standard text using the popular X22 font

Try it in the playground View all SBPL commands