|
||||||||||
| 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.XtfLookupTable
org.extex.font.format.xtf.tables.gps.XtfGSUBAlternateTable
public abstract class XtfGSUBAlternateTable
Alternate Substitution Subtable.
An Alternate Substitution (AlternateSubst) subtable identifies any number of aesthetic alternatives from which a user can choose a glyph variant to replace the input glyph.
| Nested Class Summary | |
|---|---|
static class |
XtfGSUBAlternateTable.AlternateSet
AlternateSet. |
static class |
XtfGSUBAlternateTable.XtfGSUBAlternateTable1
AlternateSubstFormat1 subtable. |
| Field Summary |
|---|
| Fields inherited from class org.extex.font.format.xtf.tables.gps.XtfLookupTable |
|---|
count |
| Method Summary | |
|---|---|
abstract java.lang.String[][] |
getSubGlyph()
Returns an array with the in/out glyph. |
static XtfGSUBAlternateTable |
newInstance(RandomAccessR rar,
int offset,
XtfGlyphName xtfGlyph)
Create a new Instance. |
| Methods inherited from class org.extex.font.format.xtf.tables.gps.XtfLookupTable |
|---|
getCount, getFormat, getXtfGlyph |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.extex.util.xml.XMLWriterConvertible |
|---|
writeXML |
| Method Detail |
|---|
public static XtfGSUBAlternateTable newInstance(RandomAccessR rar,
int offset,
XtfGlyphName xtfGlyph)
throws java.io.IOException
rar - the inputoffset - the offsetxtfGlyph - The glyph name.
java.io.IOException - if an IO-error occurspublic abstract java.lang.String[][] getSubGlyph()
Special for the test case
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||