Package | Description |
---|---|
org.axsl.common |
Interfaces common to several modules.
|
org.axsl.font |
Interfaces allowing client applications to register, track, and use fonts in a vendor-neutral way.
|
Modifier and Type | Method and Description |
---|---|
IntSequence |
IntSequence.subSequence(int start,
int end)
Returns a new
IntSequence that is a subsequence of this sequence. |
Modifier and Type | Method and Description |
---|---|
IntSequence |
FontUse.encode(java.lang.CharSequence chars,
int offset,
int length,
FontOptions options,
Orthography orthography)
Retrieve the array of font glyph indexes for a specified Word.
|
Modifier and Type | Method and Description |
---|---|
int |
Font.width(IntSequence metricIndexes,
int offset,
int length,
int fontSize,
int letterSpacing,
int wordSpacing,
FontOptions options,
Orthography orthography)
Calculates the width of a given glyph sequence, considering letter spacing, word spacing, and font options
such as kerning and ligatures.
|
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.