Crate write_fonts
source ·Expand description
Raw types for compiling opentype tables
Re-exports
pub extern crate read_fonts as read;pub extern crate font_types as types;
Modules
- Traits for converting from parsed font data to their compile equivalents
- Pen implementations based on https://github.com/fonttools/fonttools/tree/main/Lib/fontTools/pens
- A directory of all the font tables.
- The pre-compilation validation pass
Structs
- Build a font from some set of tables.
- An offset subtable which may be null.
- An offset subtable.
- An object that manages a collection of serialized tables.
Traits
- A type that that can be written out as part of a font file.
- ot_round is defined by https://docs.microsoft.com/en-us/typography/opentype/spec/otvaroverview#coordinate-scales-and-normalization.
Functions
- Attempt to serialize a table.