Crate truetype

source ·
Expand description

Parser for TrueType fonts.

Re-exports

pub use character_mapping::CharacterMapping;
pub use font_header::FontHeader;
pub use glyph_data::GlyphData;
pub use glyph_mapping::GlyphMapping;
pub use horizontal_header::HorizontalHeader;
pub use horizontal_metrics::HorizontalMetrics;
pub use maximum_profile::MaximumProfile;
pub use naming_table::NamingTable;
pub use offset_table::OffsetTable;
pub use postscript::PostScript;
pub use windows_metrics::WindowsMetrics;

Modules

Structs

A tag.
A fixed-point number in format Q2.14.
A fixed-point number in format Q16.16.

Traits

A type that can read.
A type that can be read.
A type that can be read given a parameter.

Type Definitions

An error.
A glyph identifier.
A result.