Crate read_fonts

source ·
Expand description

Parsing OpentType tables.

Re-exports

Modules

Structs

Enums

  • Reference to the content of a font or font collection file.
  • An error that occurs when reading font data

Traits

  • A type that can compute its size at runtime, based on some input.
  • A type that can be read from raw table data.
  • A trait for types that require external data in order to be constructed.
  • Any offset type.
  • A trait for a type that needs additional arguments to be read.
  • a (temporary?) helper trait to blanket impl a resolve method for types::Offset
  • An interface for accessing tables from a font (or font-like object)
  • A table that has an associated tag.
  • A trait for types that have variable length.

Type Definitions