Uses of Class
com.itextpdf.io.font.otf.SubstLookupRecord
-
Packages that use SubstLookupRecord Package Description com.itextpdf.io.font.otf com.itextpdf.io.font.otf.lookuptype5 com.itextpdf.io.font.otf.lookuptype6 -
-
Uses of SubstLookupRecord in com.itextpdf.io.font.otf
Methods in com.itextpdf.io.font.otf that return SubstLookupRecord Modifier and Type Method Description abstract SubstLookupRecord[]
ContextualSubstRule. getSubstLookupRecords()
Retrieves the substitution lookup records.protected SubstLookupRecord[]
OpenTypeFontTableReader. readSubstLookupRecords(int substCount)
static SubstLookupRecord[]
OtfReadCommon. readSubstLookupRecords(RandomAccessFileOrArray rf, int substCount)
-
Uses of SubstLookupRecord in com.itextpdf.io.font.otf.lookuptype5
Fields in com.itextpdf.io.font.otf.lookuptype5 declared as SubstLookupRecord Modifier and Type Field Description private SubstLookupRecord[]
SubTableLookup5Format1.SubstRuleFormat1. substLookupRecords
private SubstLookupRecord[]
SubTableLookup5Format2.SubstRuleFormat2. substLookupRecords
(package private) SubstLookupRecord[]
SubTableLookup5Format3.SubstRuleFormat3. substLookupRecords
Methods in com.itextpdf.io.font.otf.lookuptype5 that return SubstLookupRecord Modifier and Type Method Description SubstLookupRecord[]
SubTableLookup5Format1.SubstRuleFormat1. getSubstLookupRecords()
SubstLookupRecord[]
SubTableLookup5Format2.SubstRuleFormat2. getSubstLookupRecords()
SubstLookupRecord[]
SubTableLookup5Format3.SubstRuleFormat3. getSubstLookupRecords()
Constructors in com.itextpdf.io.font.otf.lookuptype5 with parameters of type SubstLookupRecord Constructor Description SubstRuleFormat1(int[] inputGlyphIds, SubstLookupRecord[] substLookupRecords)
SubstRuleFormat2(SubTableLookup5Format2 subTable, int[] inputClassIds, SubstLookupRecord[] substLookupRecords)
SubstRuleFormat3(java.util.List<java.util.Set<java.lang.Integer>> coverages, SubstLookupRecord[] substLookupRecords)
-
Uses of SubstLookupRecord in com.itextpdf.io.font.otf.lookuptype6
Fields in com.itextpdf.io.font.otf.lookuptype6 declared as SubstLookupRecord Modifier and Type Field Description private SubstLookupRecord[]
SubTableLookup6Format1.SubstRuleFormat1. substLookupRecords
private SubstLookupRecord[]
SubTableLookup6Format2.SubstRuleFormat2. substLookupRecords
(package private) SubstLookupRecord[]
SubTableLookup6Format3.SubstRuleFormat3. substLookupRecords
Methods in com.itextpdf.io.font.otf.lookuptype6 that return SubstLookupRecord Modifier and Type Method Description SubstLookupRecord[]
SubTableLookup6Format1.SubstRuleFormat1. getSubstLookupRecords()
SubstLookupRecord[]
SubTableLookup6Format2.SubstRuleFormat2. getSubstLookupRecords()
SubstLookupRecord[]
SubTableLookup6Format3.SubstRuleFormat3. getSubstLookupRecords()
Constructors in com.itextpdf.io.font.otf.lookuptype6 with parameters of type SubstLookupRecord Constructor Description SubstRuleFormat1(int[] backtrackGlyphIds, int[] inputGlyphIds, int[] lookAheadGlyphIds, SubstLookupRecord[] substLookupRecords)
SubstRuleFormat2(SubTableLookup6Format2 subTable, int[] backtrackClassIds, int[] inputClassIds, int[] lookAheadClassIds, SubstLookupRecord[] substLookupRecords)
SubstRuleFormat3(java.util.List<java.util.Set<java.lang.Integer>> backtrackCoverages, java.util.List<java.util.Set<java.lang.Integer>> inputCoverages, java.util.List<java.util.Set<java.lang.Integer>> lookaheadCoverages, SubstLookupRecord[] substLookupRecords)
-