Skip to main content

Module font

Module font 

Source
Expand description

Font representation.

Re-exportsยง

pub use blob::FontBlob;
pub use format::FontFormat;
pub use instance::FontFeatureVariations;
pub use instance::FontInstance;
pub use instance::FontInstanceBuilder;
pub use instance::FontVariation;
pub use instance::NormalizedCoord;
pub use source::FontSource;
pub use tables::FontTableFunction;
pub use tables::FontTables;

Modulesยง

blob ๐Ÿ”’
Blobs of font bytes.
format ๐Ÿ”’
Font format detection.
instance ๐Ÿ”’
Font instance representation.
source ๐Ÿ”’
Font data sources.
tables ๐Ÿ”’
Table validation, caching and access.

Structsยง

Font
An OpenType or PostScript font.
FontRepr ๐Ÿ”’

Enumsยง

FontKind
The underlying type of a font.
FontKindRepr ๐Ÿ”’
The underlying type of a font.