~DU — Download Unbounded TrueType Font
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
| Parameter | Description |
|---|---|
d | Drive letter: R, E, or B |
name | Font name |
size | Total size in bytes |
data | TrueType font data |
Example
~DUE:CUSTOM.TTF,92000,<font data>
Download a TrueType font without bounds checking