Class AlternateSetTable
java.lang.Object
org.apache.fontbox.ttf.table.gsub.AlternateSetTable
LookupType 3: Alternate Substitution Subtable
as described in OpenType spec: ...
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int[]private final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
glyphCount
private final int glyphCount -
alternateGlyphIDs
private final int[] alternateGlyphIDs
-
-
Constructor Details
-
AlternateSetTable
public AlternateSetTable(int glyphCount, int[] alternateGlyphIDs)
-
-
Method Details