Package | Description |
---|---|
org.axsl.ps |
Interfaces giving access to various PostScript concepts.
|
Modifier and Type | Method and Description |
---|---|
PsEncoding |
PsEncoding.bestBaseEncodingPdf()
Method useful for determining what, if any, EncodingVector should be
used as the base encoding when writing this EncodingVector in PDF.
|
PsEncoding |
PsServer.getPredefinedEncoding(PsEncoding.Predefined predefinedVector)
Returns one of the predefined encodings.
|
PsEncoding |
PsServer.getPredefinedEncoding(java.lang.String name)
Returns one of the predefined encodings.
|
PsEncoding |
PsServer.makeEncodingVector(java.lang.String name,
char[] codePoints,
char[] codePointIndexes)
Create a new EncodingVector instance and registers it for later use.
|
PsEncoding |
PsServer.parseEncodingVector(java.lang.String name,
java.io.InputStream inputStream,
int columnNum,
int radix,
java.util.List<java.lang.String> glyphLists)
Parse an encoding vector from an input stream.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PsEncoding.isSubsetOf(PsEncoding otherVector)
Determines whether all items encoded in this EncodingVector are also encoded the same way in another
EncodingVector.
|
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.