|
||||||||||
| 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.XtfGSUBSingleTable
public abstract class XtfGSUBSingleTable
SingleTable.
Single substitution (SingleSubst) subtables tell a client to replace a single glyph with another glyph.
| Nested Class Summary | |
|---|---|
static class |
XtfGSUBSingleTable.SingleTableFormat1
SingleTable for format 1. |
static class |
XtfGSUBSingleTable.SingleTableFormat2
SingleTable for format 2. |
| 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 XtfGSUBSingleTable |
newInstance(RandomAccessR rar,
int offset,
XtfGlyphName xtfGlyph)
Create a new Instance. |
abstract int |
substitute(int glyphId)
Returns the substitute. |
| 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 XtfGSUBSingleTable 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
public abstract int substitute(int glyphId)
glyphId - the glyph id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||