Package | Description |
---|---|
org.axsl.font |
Interfaces allowing client applications to register, track, and use fonts in a vendor-neutral way.
|
org.axsl.ps |
Interfaces giving access to various PostScript concepts.
|
Modifier and Type | Method and Description |
---|---|
Encoding |
FontUse.getEncoding()
Get the Encoding scheme that is used to encode characters in this Font.
|
Encoding |
FontServer.getEncoding(java.lang.String name)
Returns an Encoding instance for the given name.
|
Encoding |
Font.getInternalEncoding()
Get the font's internal Encoding scheme.
|
Modifier and Type | Method and Description |
---|---|
void |
FontServer.registerFontDescription(java.lang.String fontFamily,
java.lang.String fontID,
Encoding encoding,
Font.Style style,
Font.Weight weight,
Font.Variant variant,
Font.Stretch stretch,
float simulatedSmallCaps,
float simulatedOblique,
float simulatedBackslant,
float[] simulatedStretch)
Register a font description for use by the system.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Cmap
A CMap.
|
interface |
Cmap04
CMap containing a set of 16-bit Unicode ranges that sequentially map to the same-sized range of glyph indexes.
|
interface |
Cmap12
CMap containing a set of 32-bit Unicode ranges that sequentially map to the same-sized range of glyph indexes.
|
interface |
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).
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Encoding.asPostScript(Encoding baseEncoding)
Returns this Encoding as a String in the format expected by PostScript.
|
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.