|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FontMapper | |
|---|---|
| com.itextpdf.awt | |
| com.itextpdf.text.pdf | |
| Uses of FontMapper in com.itextpdf.awt |
|---|
| Classes in com.itextpdf.awt that implement FontMapper | |
|---|---|
class |
AsianFontMapper
|
class |
DefaultFontMapper
Default class to map awt fonts to BaseFont. |
| Constructors in com.itextpdf.awt with parameters of type FontMapper | |
|---|---|
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)
|
|
| Uses of FontMapper in com.itextpdf.text.pdf |
|---|
| Methods in com.itextpdf.text.pdf with parameters of type FontMapper | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||