Class LookupTypeSingleSubstFormat2
- java.lang.Object
-
- org.apache.fontbox.ttf.table.common.LookupSubTable
-
- org.apache.fontbox.ttf.table.gsub.LookupTypeSingleSubstFormat2
-
public class LookupTypeSingleSubstFormat2 extends LookupSubTable
This class is a part of the GSUB — Glyph Substitution Table system of tables in the Open Type Font specs. This is a part of the LookupType 1: Single Substitution Subtable. It specifically models the Single Substitution Format 2.
-
-
Field Summary
Fields Modifier and Type Field Description private int[]substituteGlyphIDs
-
Constructor Summary
Constructors Constructor Description LookupTypeSingleSubstFormat2(int substFormat, CoverageTable coverageTable, int[] substituteGlyphIDs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdoSubstitution(int gid, int coverageIndex)int[]getSubstituteGlyphIDs()java.lang.StringtoString()-
Methods inherited from class org.apache.fontbox.ttf.table.common.LookupSubTable
getCoverageTable, getSubstFormat
-
-
-
-
Constructor Detail
-
LookupTypeSingleSubstFormat2
public LookupTypeSingleSubstFormat2(int substFormat, CoverageTable coverageTable, int[] substituteGlyphIDs)
-
-
Method Detail
-
doSubstitution
public int doSubstitution(int gid, int coverageIndex)- Specified by:
doSubstitutionin classLookupSubTable
-
getSubstituteGlyphIDs
public int[] getSubstituteGlyphIDs()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-