Skip to main content
Module dict
read_
fonts
0.39.2
Module dict
Module Items
Enums
Functions
In read_
fonts::
ps::
cff
read_fonts
::
ps
::
cff
Module
dict
Copy item path
Source
Expand description
Parsing for PostScript DICTs.
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.
tokens
Given a byte slice containing DICT data, returns an iterator yielding raw operands and operators.