Expand description
PostScript (CFF and CFF2) common tables.
Modules§
- charstring
- Parsing for PostScript charstrings.
- dict
- Parsing for PostScript DICTs.
Structs§
- Blend
State - State for processing the blend operator for DICTs and charstrings.
- FdSelect
Range3 - Range struct for FdSelect format 3.
- FdSelect
Range4 - Range struct for FdSelect format 4.
- Latin1
String - Reference to a Latin-1 encoded string.
- Stack
- Operand stack for DICTs and charstrings.
- String
Id - 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§
- FdSelect
Format0 - FdSelect format 0.
- FdSelect
Format3 - FdSelect format 3.
- FdSelect
Format4 - 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.