Package | Description |
---|---|
org.axsl.ps |
Interfaces giving access to various PostScript concepts.
|
Modifier and Type | Method and Description |
---|---|
CharSet |
PsServer.getPredefinedCharSet(CharSet.Predefined predefined)
Returns one of the predefined character sets.
|
CharSet |
PsServer.getPredefinedCharSet(java.lang.String name)
Returns one of the predefined character sets.
|
CharSet |
PsServer.makeCharSet(java.lang.String name,
char[] characterSet)
Creates a new CharSet that will contain only 16-bit characters.
|
CharSet |
PsServer.makeCharSet(java.lang.String name,
int[] characterSet)
Creates a new CharSet containing 16-bit codePoints, 32-bit code points, or both.
|
CharSet |
PsServer.parseCharSet(java.lang.String name,
java.io.InputStream inputStream)
Parse a character set from an input stream.
|
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.