Uses of Class
com.itextpdf.io.font.otf.PosLookupRecord
Package
Description
-
Uses of PosLookupRecord in com.itextpdf.io.font.otf
Modifier and TypeMethodDescriptionabstract 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
ModifierConstructorDescriptionPosRuleFormat2
(PosTableLookup7Format2 subTable, int[] inputClassIds, PosLookupRecord[] posLookupRecords) -
Uses of PosLookupRecord in com.itextpdf.io.font.otf.lookuptype8
Modifier and TypeMethodDescriptionPosTableLookup8Format1.PosRuleFormat1.getPosLookupRecords()
PosTableLookup8Format2.PosRuleFormat2.getPosLookupRecords()
PosTableLookup8Format3.PosRuleFormat3.getPosLookupRecords()
ModifierConstructorDescriptionPosRuleFormat1
(int[] backtrackGlyphIds, int[] inputGlyphIds, int[] lookAheadGlyphIds, PosLookupRecord[] posLookupRecords) PosRuleFormat2
(PosTableLookup8Format2 posTable, int[] backtrackClassIds, int[] inputClassIds, int[] lookAheadClassIds, PosLookupRecord[] posLookupRecords) PosRuleFormat3
(List<Set<Integer>> backtrackCoverages, List<Set<Integer>> inputCoverages, List<Set<Integer>> lookaheadCoverages, PosLookupRecord[] posLookupRecords)