Package | Description |
---|---|
com.itextpdf.awt | |
com.itextpdf.text.pdf |
Modifier and Type | Class and Description |
---|---|
class |
AsianFontMapper |
class |
DefaultFontMapper
Default class to map awt fonts to BaseFont.
|
Modifier and Type | Field and Description |
---|---|
protected FontMapper |
PdfGraphics2D.fontMapper |
Constructor and Description |
---|
PdfGraphics2D(PdfContentByte cb,
float width,
float height,
FontMapper fontMapper) |
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) |
PdfPrinterGraphics2D(PdfContentByte cb,
float width,
float height,
FontMapper fontMapper,
java.awt.print.PrinterJob printerJob) |
Modifier and Type | Method and Description |
---|---|
java.awt.Graphics2D |
PdfContentByte.createGraphics(float width,
float height,
FontMapper fontMapper)
Deprecated.
use the constructor in PdfPrinterGraphics2D
|
java.awt.Graphics2D |
PdfContentByte.createGraphics(float width,
float height,
FontMapper fontMapper,
boolean convertImagesToJPEG,
float quality)
Deprecated.
use the constructor in PdfPrinterGraphics2D
|
java.awt.Graphics2D |
PdfContentByte.createPrinterGraphics(float width,
float height,
FontMapper fontMapper,
boolean convertImagesToJPEG,
float quality,
java.awt.print.PrinterJob printerJob)
Deprecated.
use the constructor in PdfPrinterGraphics2D
|
java.awt.Graphics2D |
PdfContentByte.createPrinterGraphics(float width,
float height,
FontMapper fontMapper,
java.awt.print.PrinterJob printerJob)
Deprecated.
use the constructor in PdfPrinterGraphics2D
|
Copyright © 2013. All Rights Reserved.