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
- Errors that occur during writing
- 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.
- Misc utility functions
- 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.
Functions
- Attempt to serialize a table.