Module read_fonts::tables::postscript::dict

source ·
Expand description

Parsing for PostScript DICTs.

Structs§

  • Operand for the BlueValues, OtherBlues, FamilyBlues and FamilyOtherBlues operators.
  • Operand for the StemSnapH and StemSnapV operators.

Enums§

  • PostScript DICT Operator with its associated operands.
  • PostScript DICT operator.
  • Either a PostScript DICT operator or a (numeric) operand.

Functions§

  • Given a byte slice containing DICT data, returns an iterator yielding each operator with its associated operands.
  • Given a byte slice containing DICT data, returns an iterator yielding raw operands and operators.