Module cosmic::iced_widget::renderer::graphics::text::cosmic_text::ttf_parser::kern
source · Expand description
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.
Structs§
- A kerning pair.
- A kerning subtable.
- A format 0 subtable.
- A format 2 subtable.
- A format 3 subtable.
- A list of subtables.
- An iterator over kerning subtables.
Enums§
- A kerning subtable format.