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
d
Drive letter: R, E, or B
name
Font name (e.g., ARIAL.TTF)
size
Total size in bytes
data
TrueType font data

Example

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

Download Arial TrueType font to flash

Try it in the playground View all ZPL commands