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 TypeClassDescriptionclassclassDefault class to map awt fonts to BaseFont.Methods in com.lowagie.text.pdf with parameters of type FontMapperModifier and TypeMethodDescriptionPdfContentByte.createGraphics(float width, float height, FontMapper fontMapper) Gets aGraphics2Dto write on.PdfContentByte.createGraphics(float width, float height, FontMapper fontMapper, boolean convertImagesToJPEG, float quality) Gets aGraphics2Dto write on.PdfContentByte.createPrinterGraphics(float width, float height, FontMapper fontMapper, boolean convertImagesToJPEG, float quality, PrinterJob printerJob) Gets aGraphics2Dto print on.PdfContentByte.createPrinterGraphics(float width, float height, FontMapper fontMapper, PrinterJob printerJob) Gets aGraphics2Dto print on.Constructors in com.lowagie.text.pdf with parameters of type FontMapperModifierConstructorDescriptionprotectedPdfGraphics2D(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)