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 class
AsianFontMapper
class
DefaultFontMapper
Default class to map awt fonts to BaseFont.Fields in com.lowagie.text.pdf declared as FontMapper Modifier and Type Field Description private FontMapper
PdfGraphics2D. fontMapper
Methods in com.lowagie.text.pdf with parameters of type FontMapper Modifier and Type Method Description java.awt.Graphics2D
PdfContentByte. createGraphics(float width, float height, FontMapper fontMapper)
Gets aGraphics2D
to write on.java.awt.Graphics2D
PdfContentByte. createGraphics(float width, float height, FontMapper fontMapper, boolean convertImagesToJPEG, float quality)
Gets aGraphics2D
to write on.java.awt.Graphics2D
PdfContentByte. createPrinterGraphics(float width, float height, FontMapper fontMapper, boolean convertImagesToJPEG, float quality, java.awt.print.PrinterJob printerJob)
Gets aGraphics2D
to print on.java.awt.Graphics2D
PdfContentByte. createPrinterGraphics(float width, float height, FontMapper fontMapper, java.awt.print.PrinterJob printerJob)
Gets aGraphics2D
to 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, java.awt.print.PrinterJob printerJob)
-