Expand description
This module contains the TTF parser underlying the crate
The parser is designed to be fast, and minimal. Supporting only a subset of the TTF spec
Structs§
- Cmap
Subtable - An individual CMAP subtable
- Cmap
Table - CMAP table data
Contains only the subset of the table needed for mapping unicode codepoints to glyph indices - Compound
Glyf - A compound glyph outline
- Name
Table - The name table of a TrueType font
- Post
Table - The Post table of a TrueType font
Contains only the subset of the table needed for mapping glyph indices to glyph names - Simple
Glyf - The outline features of a simple-type glyph
- True
Type Font - The raw data from a TrueType font
Contains only the subset of the table needed for mapping unicode:
Enums§
- Glyf
Outline - The outline features of a glyph
- Name
Kind - The strings supported by the name table
- Platform
Type - The platform types supported by some tables