Module postscript

Source
Expand description

PostScript (CFF and CFF2) common tables.

Modules§

charstring
Parsing for PostScript charstrings.
dict
Parsing for PostScript DICTs.

Structs§

BlendState
State for processing the blend operator for DICTs and charstrings.
FdSelectRange3
Range struct for FdSelect format 3.
FdSelectRange4
Range struct for FdSelect format 4.
Latin1String
Reference to a Latin-1 encoded string.
Stack
Operand stack for DICTs and charstrings.
StringId
PostScript string identifier (SID).

Enums§

Error
Errors that are specific to PostScript processing.
FdSelect
Associates a glyph identifier with a Font DICT.
Index
Common type for uniform access to CFF and CFF2 index formats.
Number
Either a signed 32-bit integer or a 16.16 fixed point number.

Constants§

STANDARD_STRINGS
The PostScript standard string set.

Type Aliases§

FdSelectFormat0
FdSelect format 0.
FdSelectFormat3
FdSelect format 3.
FdSelectFormat4
FdSelect format 4.
Index1
An array of variable-sized objects in a CFF table.
Index2
An array of variable-sized objects in a CFF2 table.