|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LookupTableFactory
Interface for a Lookup table factory.
| Method Summary | |
|---|---|
java.lang.String |
lookupType(int type)
Returns the name of the lookup type (The start index is 1!). |
XtfLookupTable |
read(RandomAccessR rar,
int posOffset,
int type,
int offset,
XtfGlyphName xtfGlyph)
Read the LookupTable or null, if not found. |
| Method Detail |
|---|
java.lang.String lookupType(int type)
type - The type.
XtfLookupTable read(RandomAccessR rar,
int posOffset,
int type,
int offset,
XtfGlyphName xtfGlyph)
throws java.io.IOException
null, if not found.
Type:
rar - The input.posOffset - The offset of the pos table (GPOS, GSUB).type - The table type.offset - The offset.xtfGlyph - The glyph name.
java.io.IOException - if a io-error occurred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||