Uses of Class
com.itextpdf.io.util.IntHashtable
-
Packages that use IntHashtable Package Description com.itextpdf.io.font com.itextpdf.io.font.cmap com.itextpdf.io.font.otf com.itextpdf.io.util com.itextpdf.kernel.font -
-
Uses of IntHashtable in com.itextpdf.io.font
Fields in com.itextpdf.io.font declared as IntHashtable Modifier and Type Field Description private static IntHashtable
PdfEncodings.Cp437Conversion. c2b
protected IntHashtable
TrueTypeFont. kerning
The map containing the kerning information.private static IntHashtable
PdfEncodings. pdfEncoding
private static IntHashtable
PdfEncodings.SymbolConversion. t1
private static IntHashtable
PdfEncodings.SymbolConversion. t2
private IntHashtable
PdfEncodings.SymbolConversion. translation
protected IntHashtable
FontEncoding. unicodeDifferences
Encodings unicode differencesprotected IntHashtable
FontEncoding. unicodeToCode
Mapping map from unicode to simple code according to the encoding.private static IntHashtable
PdfEncodings. winansi
Methods in com.itextpdf.io.font that return IntHashtable Modifier and Type Method Description private static IntHashtable
CidFontProperties. createMetric(java.lang.String s)
private static IntHashtable
CjkResourceLoader. createMetric(java.lang.String s)
protected IntHashtable
OpenTypeParser. readKerning(int unitsPerEm)
Reads the kerning information from the 'kern' table. -
Uses of IntHashtable in com.itextpdf.io.font.cmap
Fields in com.itextpdf.io.font.cmap declared as IntHashtable Modifier and Type Field Description private IntHashtable
CMapCidUni. map
private IntHashtable
CMapCodepointToCid. map
private IntHashtable
CMapUniCid. map
Methods in com.itextpdf.io.font.cmap that return IntHashtable Modifier and Type Method Description IntHashtable
CMapToUnicode. createDirectMapping()
IntHashtable
CMapCidToCodepoint. getReversMap()
-
Uses of IntHashtable in com.itextpdf.io.font.otf
Fields in com.itextpdf.io.font.otf declared as IntHashtable Modifier and Type Field Description private IntHashtable
OtfClass. mapClass
private IntHashtable
GsubLookupType1. substMap
-
Uses of IntHashtable in com.itextpdf.io.util
Constructors in com.itextpdf.io.util with parameters of type IntHashtable Constructor Description IntHashtable(IntHashtable o)
-
Uses of IntHashtable in com.itextpdf.kernel.font
Methods in com.itextpdf.kernel.font that return IntHashtable Modifier and Type Method Description (package private) static IntHashtable
FontUtil. convertCompositeWidthsArray(PdfArray widthsArray)
-