Uses of Class
com.itextpdf.io.font.otf.SubstLookupRecord
Package
Description
-
Uses of SubstLookupRecord in com.itextpdf.io.font.otf
Modifier and TypeMethodDescriptionabstract 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
Modifier and TypeMethodDescriptionSubTableLookup5Format1.SubstRuleFormat1.getSubstLookupRecords()
SubTableLookup5Format2.SubstRuleFormat2.getSubstLookupRecords()
SubTableLookup5Format3.SubstRuleFormat3.getSubstLookupRecords()
ModifierConstructorDescriptionSubstRuleFormat1
(int[] inputGlyphIds, SubstLookupRecord[] substLookupRecords) SubstRuleFormat2
(SubTableLookup5Format2 subTable, int[] inputClassIds, SubstLookupRecord[] substLookupRecords) SubstRuleFormat3
(List<Set<Integer>> coverages, SubstLookupRecord[] substLookupRecords) -
Uses of SubstLookupRecord in com.itextpdf.io.font.otf.lookuptype6
Modifier and TypeMethodDescriptionSubTableLookup6Format1.SubstRuleFormat1.getSubstLookupRecords()
SubTableLookup6Format2.SubstRuleFormat2.getSubstLookupRecords()
SubTableLookup6Format3.SubstRuleFormat3.getSubstLookupRecords()
ModifierConstructorDescriptionSubstRuleFormat1
(int[] backtrackGlyphIds, int[] inputGlyphIds, int[] lookAheadGlyphIds, SubstLookupRecord[] substLookupRecords) SubstRuleFormat2
(SubTableLookup6Format2 subTable, int[] backtrackClassIds, int[] inputClassIds, int[] lookAheadClassIds, SubstLookupRecord[] substLookupRecords) SubstRuleFormat3
(List<Set<Integer>> backtrackCoverages, List<Set<Integer>> inputCoverages, List<Set<Integer>> lookaheadCoverages, SubstLookupRecord[] substLookupRecords)