Uses of Class
com.itextpdf.io.font.otf.PosLookupRecord
-
Packages that use PosLookupRecord Package Description com.itextpdf.io.font.otf com.itextpdf.io.font.otf.lookuptype7 com.itextpdf.io.font.otf.lookuptype8 -
-
Uses of PosLookupRecord in com.itextpdf.io.font.otf
Methods in com.itextpdf.io.font.otf that return PosLookupRecord Modifier and Type Method Description abstract PosLookupRecord[]
ContextualPositionRule. getPosLookupRecords()
Retrieves the position lookup records.protected PosLookupRecord[]
OpenTypeFontTableReader. readPosLookupRecords(int substCount)
static PosLookupRecord[]
OtfReadCommon. readPosLookupRecords(RandomAccessFileOrArray rf, int recordCount)
-
Uses of PosLookupRecord in com.itextpdf.io.font.otf.lookuptype7
Fields in com.itextpdf.io.font.otf.lookuptype7 declared as PosLookupRecord Modifier and Type Field Description private PosLookupRecord[]
PosTableLookup7Format2.PosRuleFormat2. posLookupRecords
Methods in com.itextpdf.io.font.otf.lookuptype7 that return PosLookupRecord Modifier and Type Method Description PosLookupRecord[]
PosTableLookup7Format2.PosRuleFormat2. getPosLookupRecords()
Constructors in com.itextpdf.io.font.otf.lookuptype7 with parameters of type PosLookupRecord Constructor Description PosRuleFormat2(PosTableLookup7Format2 subTable, int[] inputClassIds, PosLookupRecord[] posLookupRecords)
-
Uses of PosLookupRecord in com.itextpdf.io.font.otf.lookuptype8
Fields in com.itextpdf.io.font.otf.lookuptype8 declared as PosLookupRecord Modifier and Type Field Description private PosLookupRecord[]
PosTableLookup8Format1.PosRuleFormat1. posLookupRecords
private PosLookupRecord[]
PosTableLookup8Format2.PosRuleFormat2. posLookupRecords
private PosLookupRecord[]
PosTableLookup8Format3.PosRuleFormat3. posLookupRecords
Methods in com.itextpdf.io.font.otf.lookuptype8 that return PosLookupRecord Modifier and Type Method Description PosLookupRecord[]
PosTableLookup8Format1.PosRuleFormat1. getPosLookupRecords()
PosLookupRecord[]
PosTableLookup8Format2.PosRuleFormat2. getPosLookupRecords()
PosLookupRecord[]
PosTableLookup8Format3.PosRuleFormat3. getPosLookupRecords()
Constructors in com.itextpdf.io.font.otf.lookuptype8 with parameters of type PosLookupRecord Constructor Description PosRuleFormat1(int[] backtrackGlyphIds, int[] inputGlyphIds, int[] lookAheadGlyphIds, PosLookupRecord[] posLookupRecords)
PosRuleFormat2(PosTableLookup8Format2 posTable, int[] backtrackClassIds, int[] inputClassIds, int[] lookAheadClassIds, PosLookupRecord[] posLookupRecords)
PosRuleFormat3(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, PosLookupRecord[] posLookupRecords)
-