Expand description
PostScript (CFF and CFF2) common tables.
Modulesยง
- blend ๐
- Support for the dictionary and charstring blend operator.
- charset ๐
- CFF charset support.
- charstring
- Parsing for PostScript charstrings.
- dict
- Parsing for PostScript DICTs.
- encoding ๐
- CFF standard encoding.
- fd_
select ๐ - Parsing for CFF FDSelect tables.
- index ๐
- Parsing for PostScript INDEX objects.
- stack ๐
- Operand stack for CFF/CFF2 parsing.
- string ๐
- PostScript string identifiers.
Structsยง
- Blend
State - State for processing the blend operator for DICTs and charstrings.
- Charset
- Character set for mapping from glyph to string identifiers.
- Charset
Iter - Iterator over the glyph and string identifier mappings in a character set.
- Charset
Range1 - Range struct for Charset format 1.
- Charset
Range2 - Range struct for Charset format 2.
- 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ยง
- Custom
Charset - Charset with custom glyph id to string id mappings.
- 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ยง
- Charset
Format0 - Charset format 0.
- Charset
Format1 - Charset format 1.
- Charset
Format2 - Charset format 2.
- 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.