Package org.apache.poi.xslf.util
Class PDFFontMapper
- java.lang.Object
-
- de.rototor.pdfbox.graphics2d.PdfBoxGraphics2DFontTextDrawer
-
- org.apache.poi.xslf.util.PDFFontMapper
-
- All Implemented Interfaces:
de.rototor.pdfbox.graphics2d.IPdfBoxGraphics2DFontTextDrawer,Closeable,AutoCloseable
public class PDFFontMapper extends de.rototor.pdfbox.graphics2d.PdfBoxGraphics2DFontTextDrawer
-
-
Constructor Summary
Constructors Constructor Description PDFFontMapper(String fontDir, String fontTtf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.pdfbox.pdmodel.font.PDFontmapFont(Font font, de.rototor.pdfbox.graphics2d.IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env)
-
-
-
Method Detail
-
mapFont
protected org.apache.pdfbox.pdmodel.font.PDFont mapFont(Font font, de.rototor.pdfbox.graphics2d.IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) throws IOException, FontFormatException
- Overrides:
mapFontin classde.rototor.pdfbox.graphics2d.PdfBoxGraphics2DFontTextDrawer- Throws:
IOExceptionFontFormatException
-
-