Class FeatureTable
- java.lang.Object
-
- org.apache.fontbox.ttf.table.common.FeatureTable
-
public class FeatureTable extends java.lang.ObjectThis class models the Feature table in the Open Type layout common tables.
-
-
Field Summary
Fields Modifier and Type Field Description private intfeatureParamsprivate intlookupIndexCountprivate int[]lookupListIndices
-
Constructor Summary
Constructors Constructor Description FeatureTable(int featureParams, int lookupIndexCount, int[] lookupListIndices)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFeatureParams()intgetLookupIndexCount()int[]getLookupListIndices()java.lang.StringtoString()
-