Module read_fonts::tables::glyf::bytecode
source · Expand description
TrueType hinting bytecode.
Structs§
- An error returned by
Decoder::decode
if the end of the bytecode stream is reached unexpectedly. - Decodes instructions from TrueType bytecode.
- Sequence of instruction operands that are encoded directly in the bytecode.
- Decoded TrueType instruction.
Enums§
- Operation code for a TrueType instruction.
Functions§
- Returns an iterator that yields all instructions in the given bytecode starting at the specified program counter.