Module ttf_parser::kern [−][src]
A kerning table implementation.
Supports both OpenType and Apple Advanced Typography variants.
Since there is no single correct way to process a kerning data, we have to provide an access to kerning subtables, so a caller can implement a kerning algorithm manually. But we still try to keep the API as high-level as possible.
Modules
state_machine | A State Table for Contextual Kerning implementation. |
Structs
Subtable | A kerning subtable. |
Subtables | An iterator over kerning subtables. |