Expand description
TrueType bytecode decoder.
Structs§
- Decode
Error - An error returned by
Decoder::decode
if the end of the bytecode stream is reached unexpectedly. - Decoder
- Decodes instructions from TrueType bytecode.
Functions§
- decode_
all - Returns an iterator that yields all instructions in the given bytecode starting at the specified program counter.