Class LigatureSetTable

java.lang.Object
org.apache.fontbox.ttf.table.gsub.LigatureSetTable

public class LigatureSetTable extends Object
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 LigatureSet table: All ligatures beginning with the same glyph.
  • Field Details

    • ligatureCount

      private final int ligatureCount
    • ligatureTables

      private final LigatureTable[] ligatureTables
  • Constructor Details

    • LigatureSetTable

      public LigatureSetTable(int ligatureCount, LigatureTable[] ligatureTables)
  • Method Details

    • getLigatureCount

      public int getLigatureCount()
    • getLigatureTables

      public LigatureTable[] getLigatureTables()
    • toString

      public String toString()
      Overrides:
      toString in class Object