Module hint

Source
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ยง

HintOutline
Outline data that is passed to the hinter.