Plain English

Enlarges the current font by multiplying its width and height. The first two digits set horizontal enlargement, the second two set vertical enlargement. For example, L0202 doubles both width and height.

When to use

When you need larger text. Instead of switching fonts, you can enlarge the current one. Values of 01 mean normal size, 02 means double, etc.

Syntax

ESC+Laabb

Parameters

ParameterDescription
aaHorizontal enlargement factor (01-24)
bbVertical enlargement factor (01-24)

Example

ESC+A
ESC+H0050
ESC+V0050
ESC+L0303
ESC+X22Big Text
ESC+L0101
ESC+H0050
ESC+V0130
ESC+X22Normal Text
ESC+Q1
ESC+Z

Triple-size text followed by normal-size text

Try it in the playground View all SBPL commands