Uses of Class
com.itextpdf.io.font.cmap.CMapCharsetEncoder
-
Packages that use CMapCharsetEncoder Package Description com.itextpdf.io.font.cmap com.itextpdf.kernel.font -
-
Uses of CMapCharsetEncoder in com.itextpdf.io.font.cmap
Fields in com.itextpdf.io.font.cmap declared as CMapCharsetEncoder Modifier and Type Field Description private static CMapCharsetEncoderStandardCMapCharsets. UCS2_ENCODERprivate static CMapCharsetEncoderStandardCMapCharsets. UTF16_ENCODERFields in com.itextpdf.io.font.cmap with type parameters of type CMapCharsetEncoder Modifier and Type Field Description private static java.util.Map<java.lang.String,CMapCharsetEncoder>StandardCMapCharsets. encodersMethods in com.itextpdf.io.font.cmap that return CMapCharsetEncoder Modifier and Type Method Description static CMapCharsetEncoderStandardCMapCharsets. getEncoder(java.lang.String stdCmapName)Methods in com.itextpdf.io.font.cmap with parameters of type CMapCharsetEncoder Modifier and Type Method Description private static voidStandardCMapCharsets. registerHV(java.lang.String cmapPrefix, CMapCharsetEncoder encoder) -
Uses of CMapCharsetEncoder in com.itextpdf.kernel.font
Methods in com.itextpdf.kernel.font with parameters of type CMapCharsetEncoder Modifier and Type Method Description private byte[]PdfType0Font. converToBytesUsingEncoder(java.lang.String text, CMapCharsetEncoder encoder)
-