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 classGposLookupType1Lookup Type 1: Single Adjustment Positioning SubtableclassGposLookupType2Lookup Type 2: Pair Adjustment Positioning Subtableprivate static classGposLookupType2.PairPosAdjustmentFormat1private static classGposLookupType2.PairPosAdjustmentFormat2classGposLookupType4Lookup Type 4: MarkToBase Attachment Positioning SubtableclassGposLookupType5Lookup Type 5: MarkToLigature Attachment Positioning SubtableclassGposLookupType6Lookup Type 6: MarkToMark Attachment Positioning SubtableclassGposLookupType7Lookup Type 7: Contextual Positioning SubtablesclassGposLookupType8Lookup Type 8: Chaining Contextual Positioning SubtableclassGsubLookupType1classGsubLookupType2LookupType 2: Multiple Substitution SubtableclassGsubLookupType3LookupType 3: Alternate Substitution SubtableclassGsubLookupType4LookupType 4: Ligature Substitution SubtableclassGsubLookupType5LookupType 5: Contextual Substitution SubtableclassGsubLookupType6LookupType 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. listRulesprotected java.util.List<OpenTableLookup>OpenTypeFontTableReader. lookupListMethods in com.itextpdf.io.font.otf that return OpenTableLookup Modifier and Type Method Description OpenTableLookupOpenTypeFontTableReader. getLookupTable(int idx)protected OpenTableLookupGlyphPositioningTableReader. readLookupTable(int lookupType, int lookupFlag, int[] subTableLocations)protected OpenTableLookupGlyphSubstitutionTableReader. readLookupTable(int lookupType, int lookupFlag, int[] subTableLocations)protected abstract OpenTableLookupOpenTypeFontTableReader. 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)
-