Uses of Class
com.itextpdf.io.font.otf.PosLookupRecord
 
     
      Packages that use PosLookupRecord
     
 
     
       Package
      
 
      
       Description
      
 
       
      -  
        
Uses of PosLookupRecord in com.itextpdf.io.font.otf
Methods in com.itextpdf.io.font.otf that return PosLookupRecordModifier 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
Methods in com.itextpdf.io.font.otf.lookuptype7 that return PosLookupRecordConstructors in com.itextpdf.io.font.otf.lookuptype7 with parameters of type PosLookupRecordModifierConstructorDescriptionPosRuleFormat2(PosTableLookup7Format2 subTable, int[] inputClassIds, PosLookupRecord[] posLookupRecords)  -  
        
Uses of PosLookupRecord in com.itextpdf.io.font.otf.lookuptype8
Methods in com.itextpdf.io.font.otf.lookuptype8 that return PosLookupRecordModifier and TypeMethodDescriptionPosTableLookup8Format1.PosRuleFormat1.getPosLookupRecords()PosTableLookup8Format2.PosRuleFormat2.getPosLookupRecords()PosTableLookup8Format3.PosRuleFormat3.getPosLookupRecords()Constructors in com.itextpdf.io.font.otf.lookuptype8 with parameters of type PosLookupRecordModifierConstructorDescriptionPosRuleFormat1(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)