Function read_fonts::tables::postscript::dict::tokens
source ยท pub fn tokens(
dict_data: &[u8],
) -> impl Iterator<Item = Result<Token, Error>> + '_ + Clone
Expand description
Given a byte slice containing DICT data, returns an iterator yielding raw operands and operators.
This does not perform any additional processing such as type conversion, delta decoding or blending.