Uses of Interface
com.itextpdf.awt.FontMapper
Packages that use FontMapper
-
Uses of FontMapper in com.itextpdf.awt
Classes in com.itextpdf.awt that implement FontMapperModifier and TypeClassDescriptionclass
class
Default class to map awt fonts to BaseFont.Fields in com.itextpdf.awt declared as FontMapperConstructors in com.itextpdf.awt with parameters of type FontMapperModifierConstructorDescriptionPdfGraphics2D
(PdfContentByte cb, float width, float height, FontMapper fontMapper) PdfGraphics2D
(PdfContentByte cb, float width, float height, FontMapper fontMapper, boolean onlyShapes, boolean convertImagesToJPEG, float quality) Constructor for PDFGraphics2D.PdfPrinterGraphics2D
(PdfContentByte cb, float width, float height, FontMapper fontMapper, boolean onlyShapes, boolean convertImagesToJPEG, float quality, PrinterJob printerJob) PdfPrinterGraphics2D
(PdfContentByte cb, float width, float height, FontMapper fontMapper, PrinterJob printerJob) -
Uses of FontMapper in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf with parameters of type FontMapperModifier and TypeMethodDescriptionPdfContentByte.createGraphics
(float width, float height, FontMapper fontMapper) Deprecated.use the constructor in PdfPrinterGraphics2DPdfContentByte.createGraphics
(float width, float height, FontMapper fontMapper, boolean convertImagesToJPEG, float quality) Deprecated.use the constructor in PdfPrinterGraphics2DPdfContentByte.createPrinterGraphics
(float width, float height, FontMapper fontMapper, boolean convertImagesToJPEG, float quality, PrinterJob printerJob) Deprecated.use the constructor in PdfPrinterGraphics2DPdfContentByte.createPrinterGraphics
(float width, float height, FontMapper fontMapper, PrinterJob printerJob) Deprecated.use the constructor in PdfPrinterGraphics2D