Uses of Class
com.itextpdf.io.font.otf.OpenTableLookup
-
Packages that use OpenTableLookup Package Description com.itextpdf.io.font.otf -
-
Uses of OpenTableLookup in com.itextpdf.io.font.otf
Subclasses of OpenTableLookup in com.itextpdf.io.font.otf Modifier and Type Class Description class
GposLookupType1
Lookup Type 1: Single Adjustment Positioning Subtableclass
GposLookupType2
Lookup Type 2: Pair Adjustment Positioning Subtableprivate static class
GposLookupType2.PairPosAdjustmentFormat1
private static class
GposLookupType2.PairPosAdjustmentFormat2
class
GposLookupType4
Lookup Type 4: MarkToBase Attachment Positioning Subtableclass
GposLookupType5
Lookup Type 5: MarkToLigature Attachment Positioning Subtableclass
GposLookupType6
Lookup Type 6: MarkToMark Attachment Positioning Subtableclass
GposLookupType7
Lookup Type 7: Contextual Positioning Subtablesclass
GposLookupType8
Lookup Type 8: Chaining Contextual Positioning Subtableclass
GsubLookupType1
class
GsubLookupType2
LookupType 2: Multiple Substitution Subtableclass
GsubLookupType3
LookupType 3: Alternate Substitution Subtableclass
GsubLookupType4
LookupType 4: Ligature Substitution Subtableclass
GsubLookupType5
LookupType 5: Contextual Substitution Subtableclass
GsubLookupType6
LookupType 6: Chaining Contextual Substitution SubtableFields in com.itextpdf.io.font.otf with type parameters of type OpenTableLookup Modifier and Type Field Description private java.util.List<OpenTableLookup>
GposLookupType2. listRules
protected java.util.List<OpenTableLookup>
OpenTypeFontTableReader. lookupList
Methods in com.itextpdf.io.font.otf that return OpenTableLookup Modifier and Type Method Description OpenTableLookup
OpenTypeFontTableReader. getLookupTable(int idx)
protected OpenTableLookup
GlyphPositioningTableReader. readLookupTable(int lookupType, int lookupFlag, int[] subTableLocations)
protected OpenTableLookup
GlyphSubstitutionTableReader. readLookupTable(int lookupType, int lookupFlag, int[] subTableLocations)
protected abstract OpenTableLookup
OpenTypeFontTableReader. readLookupTable(int lookupType, int lookupFlag, int[] subTableLocations)
Methods in com.itextpdf.io.font.otf that return types with arguments of type OpenTableLookup Modifier and Type Method Description java.util.List<OpenTableLookup>
OpenTypeFontTableReader. getLookups(FeatureRecord feature)
java.util.List<OpenTableLookup>
OpenTypeFontTableReader. getLookups(FeatureRecord[] features)
-