Plain English

Selects the M bitmap font (13 dots wide, 20 dots tall) and prints the text. A medium monospaced font — good for data that needs to align in columns.

When to use

For medium-sized fixed-width text, especially when vertical alignment matters.

Syntax

ESC+Mtext

Parameters

ParameterDescription
textThe text string to print

Example

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

Medium monospaced text using the M font

Try it in the playground View all SBPL commands