Plain English

Downloads a TrueType font without bounds checking — faster than ~DT but skips validation. Used when you trust the font data is valid.

When to use

When speed matters and you're confident the TrueType font data is well-formed.

Syntax

~DUd:name,size,data

Parameters

ParameterDescription
dDrive letter: R, E, or B
nameFont name
sizeTotal size in bytes
dataTrueType font data

Example

~DUE:CUSTOM.TTF,92000,<font data>

Download a TrueType font without bounds checking

Try it in the playground View all ZPL commands