Class FeatureTable


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

      • featureParams

        private final int featureParams
      • lookupIndexCount

        private final int lookupIndexCount
      • lookupListIndices

        private final int[] lookupListIndices
    • Constructor Detail

      • FeatureTable

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

      • getFeatureParams

        public int getFeatureParams()
      • getLookupIndexCount

        public int getLookupIndexCount()
      • getLookupListIndices

        public int[] getLookupListIndices()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object