Interface LookupSubtableFactory
-
- All Known Implementing Classes:
GsubTable
public interface LookupSubtableFactory
- Version:
- $Id: LookupSubtableFactory.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LookupSubtable
read(int type, java.io.RandomAccessFile raf, int offset)
-
-
-
Method Detail
-
read
LookupSubtable read(int type, java.io.RandomAccessFile raf, int offset) throws java.io.IOException
- Throws:
java.io.IOException
-
-