org.foray.font.format.ttf
Class OTFLookupGSUBx01x02
java.lang.Object
   org.foray.font.format.ttf.OTFLookupGSUBSubtable
org.foray.font.format.ttf.OTFLookupGSUBSubtable
       org.foray.font.format.ttf.OTFLookupGSUBx01x02
org.foray.font.format.ttf.OTFLookupGSUBx01x02
- public class OTFLookupGSUBx01x02 
- extends OTFLookupGSUBSubtable
A Single Substitution Format 2 GSUB Subtable.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
OTFLookupGSUBx01x02
public OTFLookupGSUBx01x02()
- Constructor.
 
parse
public static OTFLookupGSUBx01x02 parse(RandomAccessInput raInput,
                                        int offset)
                                 throws IOException
- Parses a lookup.
 
- 
- Parameters:
- raInput- The input from which the subtable is being parsed.
- offset- The offset in- raInputfor the start of the subtable.
- Returns:
- The parsed subtable instance.
- Throws:
- IOException- For I/O errors during parsing.
 
Copyright © 2017. All rights reserved.