Plain English

Selects the tiny X20 bitmap font (5 dots wide, 9 dots tall) and prints the text that follows. This is the smallest built-in font — good for fine print and dense information.

When to use

When you need very small text, such as regulatory notices, fine print, or dense data.

Syntax

ESC+X20text

Parameters

ParameterDescription
textThe text string to print

Example

ESC+A
ESC+H0050
ESC+V0050
ESC+X20Tiny text for fine print
ESC+Q1
ESC+Z

Very small text using the X20 font

Try it in the playground View all SBPL commands