Class LookupTypeLigatureSubstitutionSubstFormat1
- java.lang.Object
-
- org.apache.fontbox.ttf.table.common.LookupSubTable
-
- org.apache.fontbox.ttf.table.gsub.LookupTypeLigatureSubstitutionSubstFormat1
-
public class LookupTypeLigatureSubstitutionSubstFormat1 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 4: Ligature Substitution Subtable. It specifically models the Ligature Substitution Format 1.
-
-
Field Summary
Fields Modifier and Type Field Description private LigatureSetTable[]ligatureSetTables
-
Constructor Summary
Constructors Constructor Description LookupTypeLigatureSubstitutionSubstFormat1(int substFormat, CoverageTable coverageTable, LigatureSetTable[] ligatureSetTables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdoSubstitution(int gid, int coverageIndex)LigatureSetTable[]getLigatureSetTables()java.lang.StringtoString()-
Methods inherited from class org.apache.fontbox.ttf.table.common.LookupSubTable
getCoverageTable, getSubstFormat
-
-
-
-
Field Detail
-
ligatureSetTables
private final LigatureSetTable[] ligatureSetTables
-
-
Constructor Detail
-
LookupTypeLigatureSubstitutionSubstFormat1
public LookupTypeLigatureSubstitutionSubstFormat1(int substFormat, CoverageTable coverageTable, LigatureSetTable[] ligatureSetTables)
-
-
Method Detail
-
doSubstitution
public int doSubstitution(int gid, int coverageIndex)- Specified by:
doSubstitutionin classLookupSubTable
-
getLigatureSetTables
public LigatureSetTable[] getLigatureSetTables()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-