Uses of Interface
com.lowagie.text.pdf.FontMapper
Packages that use FontMapper
-
Uses of FontMapper in com.lowagie.text.pdf
Classes in com.lowagie.text.pdf that implement FontMapperModifier and TypeClassDescriptionclass
class
Default class to map awt fonts to BaseFont.Fields in com.lowagie.text.pdf declared as FontMapperMethods in com.lowagie.text.pdf with parameters of type FontMapperModifier and TypeMethodDescriptionPdfContentByte.createGraphics
(float width, float height, FontMapper fontMapper) Gets aGraphics2D
to write on.PdfContentByte.createGraphics
(float width, float height, FontMapper fontMapper, boolean convertImagesToJPEG, float quality) Gets aGraphics2D
to write on.PdfContentByte.createPrinterGraphics
(float width, float height, FontMapper fontMapper, boolean convertImagesToJPEG, float quality, PrinterJob printerJob) Gets aGraphics2D
to print on.PdfContentByte.createPrinterGraphics
(float width, float height, FontMapper fontMapper, PrinterJob printerJob) Gets aGraphics2D
to print on.Constructors in com.lowagie.text.pdf with parameters of type FontMapperModifierConstructorDescriptionPdfGraphics2D
(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)