| Interface | Description |
|---|---|
| CharSet |
A CharSet is a collection of related characters.
|
| Cmap |
A CMap.
|
| Cmap04 |
CMap containing a set of 16-bit Unicode ranges that sequentially map to the same-sized range of glyph indexes.
|
| Cmap12 |
CMap containing a set of 32-bit Unicode ranges that sequentially map to the same-sized range of glyph indexes.
|
| Encoding |
Superinterface for all character-to-glyph-index encoding schemes, including
PsEncoding and Cmap. |
| GlyphList |
Maps glyph names to Unicode code points.
|
| PsBoundingBox |
A PostScript bounding box, essentially a specialized rectangle.
|
| PsCharStringsDictionary |
A Type 1 font "CharStrings" dictionary.
|
| PsEncoding |
EncodingVector implementations represent what PostScript and PDF call
an Encoding, that is a mapping from character to glyph index that is
based on the character's location in an array (vector).
|
| PsFontDictionary |
A PostScript font dictionary.
|
| PsFontDirectory |
A "FontDirectory" dictionary.
|
| PsFontInfoDictionary |
A PostScript FontInfo dictionary.
|
| PsFontPrivateDictionary |
A PostScript font "Private" dictionary.
|
| PsInput |
Interface for objects that wish to be used as input to the PostScript interpreter.
|
| PsInterpreter |
A PostScript interpeter.
|
| PsServer |
Provides PostScript-related services to client applications.
|
| PsSystemDict |
A PostScript system dictionary.
|
| Class | Description |
|---|---|
| PsEncodeFilter |
A PostScript filter object.
|
| Enum | Description |
|---|---|
| CharSet.Predefined |
Enumeration of predefined character sets.
|
| GlyphList.Predefined |
Enumeration of the predefined glphy lists.
|
| PsEncoding.Predefined |
An enumeration of the standard encodings supported by PostScript and/or PDF.
|
| PsFilterType |
Enumeration of the various PostScript filter types.
|
| Exception | Description |
|---|---|
| PsException |
Exception class for problems interpreting a PostScript file.
|
| PsInterpreterException |
Exception class for problems interpreting a PostScript file.
|
Interfaces giving access to various PostScript concepts.
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.