Uses of Interface
de.rototor.pdfbox.graphics2d.IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv
Packages that use IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv
-
Uses of IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv in de.rototor.pdfbox.graphics2d
Fields in de.rototor.pdfbox.graphics2d declared as IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnvModifier and TypeFieldDescriptionprivate final IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnvPdfBoxGraphics2D.fontDrawerEnvMethods in de.rototor.pdfbox.graphics2d with parameters of type IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnvModifier and TypeMethodDescriptionprivate org.apache.pdfbox.pdmodel.font.PDFontPdfBoxGraphics2DFontTextDrawer.applyFont(Font font, IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) booleanIPdfBoxGraphics2DFontTextDrawer.canDrawText(AttributedCharacterIterator iterator, IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) booleanPdfBoxGraphics2DFontTextDrawer.canDrawText(AttributedCharacterIterator iterator, IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) booleanPdfBoxGraphics2DFontTextForcedDrawer.canDrawText(AttributedCharacterIterator iterator, IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) voidIPdfBoxGraphics2DFontTextDrawer.drawText(AttributedCharacterIterator iterator, IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) voidPdfBoxGraphics2DFontTextDrawer.drawText(AttributedCharacterIterator iterator, IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) private org.apache.pdfbox.pdmodel.font.PDFontPdfBoxGraphics2DFontTextDrawer.findFallbackFont(IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) IPdfBoxGraphics2DFontTextDrawer.getFontMetrics(Font font, IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) PdfBoxGraphics2DFontTextDrawer.getFontMetrics(Font f, IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) protected org.apache.pdfbox.pdmodel.font.PDFontPdfBoxGraphics2DFontTextDrawer.mapFont(Font font, IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) Try to map the java.awt.Font to a PDFont.protected org.apache.pdfbox.pdmodel.font.PDFontPdfBoxGraphics2DFontTextDrawerDefaultFonts.mapFont(Font font, IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) private voidPdfBoxGraphics2DFontTextDrawer.showTextOnStream(IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env, Font attributeFont, org.apache.pdfbox.pdmodel.font.PDFont font, boolean isStrikeThrough, boolean isUnderline, boolean isLigatures, PdfBoxGraphics2DFontTextDrawer.DrawTextDecorationState drawState, Paint paint, String text) private org.apache.pdfbox.pdmodel.font.PDType0FontPdfBoxGraphics2DFontTextDrawer.tryToLoadFont(IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env, File foundFontFile)