|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FontMapper | |
---|---|
com.itextpdf.text.pdf |
Uses of FontMapper in com.itextpdf.text.pdf |
---|
Classes in com.itextpdf.text.pdf that implement FontMapper | |
---|---|
class |
AsianFontMapper
|
class |
DefaultFontMapper
Default class to map awt fonts to BaseFont. |
Methods in com.itextpdf.text.pdf with parameters of type FontMapper | |
---|---|
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. |
Constructors in com.itextpdf.text.pdf with parameters of type FontMapper | |
---|---|
PdfPrinterGraphics2D(PdfContentByte cb,
float width,
float height,
FontMapper fontMapper,
boolean onlyShapes,
boolean convertImagesToJPEG,
float quality,
PrinterJob printerJob)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |