Class LigatureTable
java.lang.Object
org.apache.fontbox.ttf.table.gsub.LigatureTable
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
table: Glyph components for one ligature.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final int[]private final int -
Constructor Summary
ConstructorsConstructorDescriptionLigatureTable(int ligatureGlyph, int componentCount, int[] componentGlyphIDs) -
Method Summary
-
Field Details
-
ligatureGlyph
private final int ligatureGlyph -
componentCount
private final int componentCount -
componentGlyphIDs
private final int[] componentGlyphIDs
-
-
Constructor Details
-
LigatureTable
public LigatureTable(int ligatureGlyph, int componentCount, int[] componentGlyphIDs)
-
-
Method Details