Expand description
Traits for interpreting font data
Enums§
- Read
Error - An error that occurs when reading font data
Traits§
- Compute
Size - A type that can compute its size at runtime, based on some input.
- Font
Read - A type that can be read from raw table data.
- Font
Read With Args - A trait for types that require external data in order to be constructed.
- Format
- A trait for tables that have multiple possible formats.
- Read
Args - A trait for a type that needs additional arguments to be read.
- VarSize
- A trait for types that have variable length.