Class LookupTypeSingleSubstFormat1
java.lang.Object
org.apache.fontbox.ttf.table.common.LookupSubTable
org.apache.fontbox.ttf.table.gsub.LookupTypeSingleSubstFormat1
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 1.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLookupTypeSingleSubstFormat1(int substFormat, CoverageTable coverageTable, short deltaGlyphID) -
Method Summary
Modifier and TypeMethodDescriptionintdoSubstitution(int gid, int coverageIndex) shorttoString()Methods inherited from class org.apache.fontbox.ttf.table.common.LookupSubTable
getCoverageTable, getSubstFormat
-
Field Details
-
deltaGlyphID
private final short deltaGlyphID
-
-
Constructor Details
-
LookupTypeSingleSubstFormat1
public LookupTypeSingleSubstFormat1(int substFormat, CoverageTable coverageTable, short deltaGlyphID)
-
-
Method Details
-
doSubstitution
public int doSubstitution(int gid, int coverageIndex) - Specified by:
doSubstitutionin classLookupSubTable
-
getDeltaGlyphID
public short getDeltaGlyphID() -
toString
-