Plain English

Downloads a TrueType font to the printer with bounds checking. The font can then be used with ^A@ for high-quality text rendering at any size.

When to use

When downloading a TrueType font that should be bounds-checked during storage.

Syntax

~DTd:name,size,data

Parameters

ParameterDescription
dDrive letter: R, E, or B
nameFont name (e.g., ARIAL.TTF)
sizeTotal size in bytes
dataTrueType font data

Example

~DTE:ARIAL.TTF,85000,<font data>

Download Arial TrueType font to flash

Try it in the playground View all ZPL commands