Uses of Interface
com.itextpdf.text.pdf.FontMapper
-
Packages that use FontMapper Package Description com.itextpdf.text.pdf -
-
Uses of FontMapper in com.itextpdf.text.pdf
Classes in com.itextpdf.text.pdf that implement FontMapper Modifier and Type Class Description classAsianFontMapperclassDefaultFontMapperDefault class to map awt fonts to BaseFont.Methods in com.itextpdf.text.pdf with parameters of type FontMapper Modifier and Type Method Description java.awt.Graphics2DPdfContentByte. createGraphics(float width, float height, FontMapper fontMapper)Gets aGraphics2Dto write on.java.awt.Graphics2DPdfContentByte. createGraphics(float width, float height, FontMapper fontMapper, boolean convertImagesToJPEG, float quality)Gets aGraphics2Dto write on.java.awt.Graphics2DPdfContentByte. createPrinterGraphics(float width, float height, FontMapper fontMapper, boolean convertImagesToJPEG, float quality, java.awt.print.PrinterJob printerJob)Gets aGraphics2Dto print on.java.awt.Graphics2DPdfContentByte. createPrinterGraphics(float width, float height, FontMapper fontMapper, java.awt.print.PrinterJob printerJob)Gets aGraphics2Dto print on.Constructors in com.itextpdf.text.pdf with parameters of type FontMapper Constructor Description PdfPrinterGraphics2D(PdfContentByte cb, float width, float height, FontMapper fontMapper, boolean onlyShapes, boolean convertImagesToJPEG, float quality, java.awt.print.PrinterJob printerJob)
-