Plain English

Selects the S bitmap font (8 dots wide, 15 dots tall) and prints the text. A small monospaced font — readable and compact.

When to use

When you need small, fixed-width text that's slightly more readable than the U font.

Syntax

ESC+Stext

Parameters

ParameterDescription
textThe text string to print

Example

ESC+A
ESC+H0050
ESC+V0050
ESC+SSmall fixed text
ESC+Q1
ESC+Z

Small monospaced text using the S font

Try it in the playground View all SBPL commands