Class LigatureTable
- java.lang.Object
-
- org.apache.fontbox.ttf.table.gsub.LigatureTable
-
public class LigatureTable extends java.lang.ObjectThis 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
Fields Modifier and Type Field Description private intcomponentCountprivate int[]componentGlyphIDsprivate intligatureGlyph
-
Constructor Summary
Constructors Constructor Description LigatureTable(int ligatureGlyph, int componentCount, int[] componentGlyphIDs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetComponentCount()int[]getComponentGlyphIDs()intgetLigatureGlyph()java.lang.StringtoString()
-