Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LibGfx: Do not draw U+FFFD for unknown glyphs
The Replacement Character (U+FFFD) is most commonly used to signal a text encoding error, i.e. when a stream of bytes couldn't be converted to a sequence of code points. For glyphs that don't exist in a particular font, our rendering logic already does the right thing by drawing empty boxes (`.notdef`); let's not forcibly turn these into U+FFFD during rendering.
- Loading branch information