Class FeatureTable

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

public class FeatureTable extends Object
This class models the Feature table in the Open Type layout common tables.
  • Field Details

    • featureParams

      private final int featureParams
    • lookupIndexCount

      private final int lookupIndexCount
    • lookupListIndices

      private final int[] lookupListIndices
  • Constructor Details

    • FeatureTable

      public FeatureTable(int featureParams, int lookupIndexCount, int[] lookupListIndices)
  • Method Details

    • getFeatureParams

      public int getFeatureParams()
    • getLookupIndexCount

      public int getLookupIndexCount()
    • getLookupListIndices

      public int[] getLookupListIndices()
    • toString

      public String toString()
      Overrides:
      toString in class Object