Expand description
TrueType hinting.
Re-exportsยง
pub use error::HintError;
pub use instance::HintInstance;
Modulesยง
- call_
stack ๐ - Tracking function call state.
- cow_
slice ๐ - Copy-on-write buffer for CVT and storage area.
- cvt ๐
- Control value table.
- definition ๐
- Management of function and instruction definitions.
- engine ๐
- TrueType bytecode interpreter.
- error ๐
- Hinting error definitions.
- graphics ๐
- Graphics state for the TrueType interpreter.
- instance ๐
- Instance state for TrueType hinting.
- math ๐
- Fixed point math helpers that are specific to TrueType hinting.
- program ๐
- TrueType program management.
- projection ๐
- Point projection.
- round ๐
- Rounding state.
- storage ๐
- Storage area.
- value_
stack ๐ - Value stack for TrueType interpreter.
- zone ๐
- Glyph zones.
Structsยง
- Hint
Outline - Outline data that is passed to the hinter.