|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.xtf.tables.gps.XtfGSUBAlternateTable.AlternateSet
public static class XtfGSUBAlternateTable.AlternateSet
AlternateSet.
For each glyph, an AlternateSet subtable contains a count of the alternative glyphs (GlyphCount) and an array of their glyph indices (Alternate). Because all the glyphs are functionally equivalent, they can be in any order in the array.
| Type | Name | Description |
| uint16 | GlyphCount | Number of GlyphIDs in the Alternate array |
| GlyphID | Alternate[GlyphCount] | Array of alternate GlyphIDs-in arbitrary order |
| Constructor Summary | |
|---|---|
XtfGSUBAlternateTable.AlternateSet(RandomAccessR rar,
int offset)
Creates a new object. |
|
| Method Summary | |
|---|---|
int[] |
getGlyphs()
Getter for glyphs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XtfGSUBAlternateTable.AlternateSet(RandomAccessR rar,
int offset)
throws java.io.IOException
offset - The offsetrar - The input.
java.io.IOException - if a IO-error is occurred.| Method Detail |
|---|
public int[] getGlyphs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||