org.foray.font.format.ttf
Class OTFLookupGSUBx03x01

java.lang.Object
  extended by org.foray.font.format.ttf.OTFLookupGSUBSubtable
      extended by org.foray.font.format.ttf.OTFLookupGSUBx03x01

public class OTFLookupGSUBx03x01
extends OTFLookupGSUBSubtable

An Alternate Substitution Format 1 GSUB Subtable.


Constructor Summary
OTFLookupGSUBx03x01()
          Constructor.
 
Method Summary
static OTFLookupGSUBx03x01 parse(RandomAccessInput raInput, int offset)
          Parses a lookup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OTFLookupGSUBx03x01

public OTFLookupGSUBx03x01()
Constructor.

Method Detail

parse

public static OTFLookupGSUBx03x01 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 raInput for the start of the subtable.
Returns:
The parsed subtable instance.
Throws:
IOException - For I/O errors during parsing.


Copyright © 2017. All rights reserved.