|
||||||||||
| 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.XtfGSUBLigatureTable
public abstract class XtfGSUBLigatureTable
LookupTable for a ligature.
| Nested Class Summary | |
|---|---|
class |
XtfGSUBLigatureTable.Ligature
ligature |
class |
XtfGSUBLigatureTable.LigatureSet
ligature set |
static class |
XtfGSUBLigatureTable.LigatureTableFormat1
Table for format1 |
static class |
XtfGSUBLigatureTable.LigatureTableFormatX
Table for format x. |
| Field Summary |
|---|
| Fields inherited from class org.extex.font.format.xtf.tables.gps.XtfLookupTable |
|---|
count |
| Method Summary | |
|---|---|
abstract XtfGSUBLigatureTable.LigatureSet |
getLigatureSet(int glyphiD)
Returns the ligature set or null, if not found. |
static XtfGSUBLigatureTable |
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 XtfGSUBLigatureTable 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 occurs.public abstract XtfGSUBLigatureTable.LigatureSet getLigatureSet(int glyphiD)
null, if not found.
glyphiD - TODO
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||