Class LookupListTable

java.lang.Object
org.apache.fontbox.ttf.table.common.LookupListTable

public class LookupListTable extends Object
This class models the Lookup List Table in the Open Type layout common tables.
  • Field Details

    • lookupCount

      private final int lookupCount
    • lookups

      private final LookupTable[] lookups
  • Constructor Details

    • LookupListTable

      public LookupListTable(int lookupCount, LookupTable[] lookups)
  • Method Details

    • getLookupCount

      public int getLookupCount()
    • getLookups

      public LookupTable[] getLookups()
    • toString

      public String toString()
      Overrides:
      toString in class Object