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 IntHashtablePdfEncodings.Cp437Conversion. c2bprotected IntHashtableTrueTypeFont. kerningThe map containing the kerning information.private static IntHashtablePdfEncodings. pdfEncodingprivate static IntHashtablePdfEncodings.SymbolConversion. t1private static IntHashtablePdfEncodings.SymbolConversion. t2private IntHashtablePdfEncodings.SymbolConversion. translationprotected IntHashtableFontEncoding. unicodeDifferencesEncodings unicode differencesprotected IntHashtableFontEncoding. unicodeToCodeMapping map from unicode to simple code according to the encoding.private static IntHashtablePdfEncodings. winansiMethods in com.itextpdf.io.font that return IntHashtable Modifier and Type Method Description private static IntHashtableCidFontProperties. createMetric(java.lang.String s)private static IntHashtableCjkResourceLoader. createMetric(java.lang.String s)protected IntHashtableOpenTypeParser. 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 IntHashtableCMapCidUni. mapprivate IntHashtableCMapCodepointToCid. mapprivate IntHashtableCMapUniCid. mapMethods in com.itextpdf.io.font.cmap that return IntHashtable Modifier and Type Method Description IntHashtableCMapToUnicode. createDirectMapping()IntHashtableCMapCidToCodepoint. 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 IntHashtableOtfClass. mapClassprivate IntHashtableGsubLookupType1. 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 IntHashtableFontUtil. convertCompositeWidthsArray(PdfArray widthsArray)
-