[][src]Crate fontdue

Fontdue is both a font parser and rasterizer.

This is a #![no_std] crate, but still requires alloc.

Modules

raw

Functionality for the lower level raw data that was parsed from the font. Raw is unstable and prone to change.

Structs

Font

Represents a font. Fonts are immutable after creation and owns its own copy of the font data.

Metrics

Encapsulates all layout information associated with a glyph for a fixed scale.

Type Definitions

FontResult

Alias for Result<T, &'static str>.