Plain English

Selects the WL bitmap font (28 dots wide, 52 dots tall) and prints the text. The largest built-in monospaced font — for text that absolutely must be read from a distance.

When to use

For the biggest fixed-width text available. Use sparingly — it takes a lot of label space.

Syntax

ESC+WLtext

Parameters

ParameterDescription
textThe text string to print

Example

ESC+A
ESC+H0050
ESC+V0050
ESC+WLBIG
ESC+Q1
ESC+Z

Extra-large monospaced text using the WL font

Try it in the playground View all SBPL commands