Uses of Interface
org.openpdf.text.pdf.FontMapper
Packages that use FontMapper
-
Uses of FontMapper in org.openpdf.text.pdf
Classes in org.openpdf.text.pdf that implement FontMapperModifier and TypeClassDescriptionclassclassDefault class to map awt fonts to BaseFont.Methods in org.openpdf.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 org.openpdf.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)