Uses of Interface
com.lowagie.text.pdf.FontMapper
-
Packages that use FontMapper Package Description com.lowagie.text.pdf -
-
Uses of FontMapper in com.lowagie.text.pdf
Classes in com.lowagie.text.pdf that implement FontMapper Modifier and Type Class Description classAsianFontMapperclassDefaultFontMapperDefault class to map awt fonts to BaseFont.Methods in com.lowagie.text.pdf with parameters of type FontMapper Modifier and Type Method Description Graphics2DPdfContentByte. createGraphics(float width, float height, FontMapper fontMapper)Gets aGraphics2Dto write on.Graphics2DPdfContentByte. createGraphics(float width, float height, FontMapper fontMapper, boolean convertImagesToJPEG, float quality)Gets aGraphics2Dto write on.Graphics2DPdfContentByte. createPrinterGraphics(float width, float height, FontMapper fontMapper, boolean convertImagesToJPEG, float quality, PrinterJob printerJob)Gets aGraphics2Dto print on.Graphics2DPdfContentByte. createPrinterGraphics(float width, float height, FontMapper fontMapper, PrinterJob printerJob)Gets aGraphics2Dto print on.Constructors in com.lowagie.text.pdf with parameters of type FontMapper Constructor Description 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)
-