Class AlternateSetTable
- java.lang.Object
-
- org.apache.fontbox.ttf.table.gsub.AlternateSetTable
-
public class AlternateSetTable extends java.lang.ObjectLookupType 3: Alternate Substitution Subtable as described in OpenType spec: ...
-
-
Field Summary
Fields Modifier and Type Field Description private int[]alternateGlyphIDsprivate intglyphCount
-
Constructor Summary
Constructors Constructor Description AlternateSetTable(int glyphCount, int[] alternateGlyphIDs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]getAlternateGlyphIDs()intgetGlyphCount()java.lang.StringtoString()
-