Expand description

Parsing for PostScript DICTs.

Structs§

BcdComponents
Components for computing a fixed point value for a binary coded decimal number.
Blues
Operand for the BlueValues, OtherBlues, FamilyBlues and FamilyOtherBlues operators.
StemSnaps
Operand for the StemSnapH and StemSnapV operators.

Enums§

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

Functions§

entries
Given a byte slice containing DICT data, returns an iterator yielding each operator with its associated operands.
normalize_font_matrix
Given a font matrix and a scaled UPEM, compute a new font matrix and UPEM scale factor where the Y scale of the matrix is 1.0.
tokens
Given a byte slice containing DICT data, returns an iterator yielding raw operands and operators.