Uses of Class
com.itextpdf.io.font.cmap.CMapToUnicode
-
Packages that use CMapToUnicode Package Description com.itextpdf.io.font.cmap com.itextpdf.kernel.font -
-
Uses of CMapToUnicode in com.itextpdf.io.font.cmap
Fields in com.itextpdf.io.font.cmap declared as CMapToUnicode Modifier and Type Field Description static CMapToUnicodeCMapToUnicode. EMPTY_CMAPMethods in com.itextpdf.io.font.cmap that return CMapToUnicode Modifier and Type Method Description CMapToUnicodeCMapUniCid. exportToUnicode()static CMapToUnicodeCMapToUnicode. getIdentity() -
Uses of CMapToUnicode in com.itextpdf.kernel.font
Fields in com.itextpdf.kernel.font declared as CMapToUnicode Modifier and Type Field Description private CMapToUnicodePdfType0Font. embeddedToUnicodeprotected CMapToUnicodePdfSimpleFont. toUnicodeCurrently only exists for the fonts that are parsed from the document.Fields in com.itextpdf.kernel.font with type parameters of type CMapToUnicode Modifier and Type Field Description private static java.util.HashMap<java.lang.String,CMapToUnicode>FontUtil. uniMapsMethods in com.itextpdf.kernel.font that return CMapToUnicode Modifier and Type Method Description CMapToUnicodePdfSimpleFont. getToUnicode()Get the mapping of character codes to unicode values based on /ToUnicode entry of font dictionary.(package private) static CMapToUnicodeFontUtil. getToUnicodeFromUniMap(java.lang.String uniMap)(package private) static CMapToUnicodeFontUtil. parseUniversalToUnicodeCMap(java.lang.String ordering)(package private) static CMapToUnicodeFontUtil. processToUnicode(PdfObject toUnicode)Methods in com.itextpdf.kernel.font with parameters of type CMapToUnicode Modifier and Type Method Description static FontEncodingDocFontEncoding. createDocFontEncoding(PdfObject encoding, CMapToUnicode toUnicode)(package private) static TrueTypeFontDocTrueTypeFont. createFontProgram(PdfDictionary fontDictionary, CMapToUnicode toUnicode)(package private) static TrueTypeFontDocTrueTypeFont. createFontProgram(PdfDictionary fontDictionary, FontEncoding fontEncoding, CMapToUnicode toUnicode)(package private) static Type1FontDocType1Font. createFontProgram(PdfDictionary fontDictionary, FontEncoding fontEncoding, CMapToUnicode toUnicode)private static voidDocFontEncoding. fillDifferences(DocFontEncoding fontEncoding, CMapToUnicode toUnicode)private static voidDocFontEncoding. fillDifferences(DocFontEncoding fontEncoding, PdfArray diffs, CMapToUnicode toUnicode)(package private) static voidDocType1Font. initializeGlyphs(PdfDictionary fontDictionary, FontEncoding fontEncoding, CMapToUnicode toUnicode, DocType1Font fontProgram)
-