| Package | Description |
|---|---|
| com.lowagie.text.pdf |
| Modifier and Type | Class and Description |
|---|---|
class |
AsianFontMapper |
class |
DefaultFontMapper
Default class to map awt fonts to BaseFont.
|
| Modifier and Type | Method and Description |
|---|---|
Graphics2D |
PdfContentByte.createGraphics(float width,
float height,
FontMapper fontMapper)
Gets a
Graphics2D to write on. |
Graphics2D |
PdfContentByte.createGraphics(float width,
float height,
FontMapper fontMapper,
boolean convertImagesToJPEG,
float quality)
Gets a
Graphics2D to write on. |
Graphics2D |
PdfContentByte.createPrinterGraphics(float width,
float height,
FontMapper fontMapper,
boolean convertImagesToJPEG,
float quality,
PrinterJob printerJob)
Gets a
Graphics2D to print on. |
Graphics2D |
PdfContentByte.createPrinterGraphics(float width,
float height,
FontMapper fontMapper,
PrinterJob printerJob)
Gets a
Graphics2D to print on. |
| Constructor and 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) |
Copyright © 2019. All rights reserved.