Expand description
Name detection for fonts that require hinting to be run for correct contours (FreeType calls these “tricky” fonts).
Structs§
Constants§
- HINT_
RELIANT_ 🔒IDS - https://gitlab.freedesktop.org/freetype/freetype/-/blob/80a507a6b8e3d2906ad2c8ba69329bd2fb2a85ef/src/truetype/ttobjs.c#L314
- HINT_
RELIANT_ 🔒NAMES - https://gitlab.freedesktop.org/freetype/freetype/-/blob/80a507a6b8e3d2906ad2c8ba69329bd2fb2a85ef/src/truetype/ttobjs.c#L180
- MAX_
HINT_ 🔒RELIANT_ NAME_ LEN
Functions§
- is_
hint_ 🔒reliant_ by_ name - matches_
hint_ 🔒reliant_ id_ list - Checks for fonts that require hinting based on the length and checksum of the cvt, fpgm and prep tables.
- matches_
hint_ 🔒reliant_ name_ list - Is this name on the list of fonts that require hinting?
- require_
interpreter 🔒 - skip_
pdf_ 🔒random_ tag - Fonts embedded in PDFs add random prefixes. Strip these for tricky font comparison purposes.