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.IFontTextDrawerEnv
PdfBoxGraphics2D.fontDrawerEnv
Methods in de.rototor.pdfbox.graphics2d with parameters of type IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnvModifier and TypeMethodDescriptionprivate org.apache.pdfbox.pdmodel.font.PDFont
PdfBoxGraphics2DFontTextDrawer.applyFont
(Font font, IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) boolean
IPdfBoxGraphics2DFontTextDrawer.canDrawText
(AttributedCharacterIterator iterator, IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) boolean
PdfBoxGraphics2DFontTextDrawer.canDrawText
(AttributedCharacterIterator iterator, IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) boolean
PdfBoxGraphics2DFontTextForcedDrawer.canDrawText
(AttributedCharacterIterator iterator, IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) void
IPdfBoxGraphics2DFontTextDrawer.drawText
(AttributedCharacterIterator iterator, IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) void
PdfBoxGraphics2DFontTextDrawer.drawText
(AttributedCharacterIterator iterator, IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) private org.apache.pdfbox.pdmodel.font.PDFont
PdfBoxGraphics2DFontTextDrawer.findFallbackFont
(IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) IPdfBoxGraphics2DFontTextDrawer.getFontMetrics
(Font font, IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) PdfBoxGraphics2DFontTextDrawer.getFontMetrics
(Font f, IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) protected org.apache.pdfbox.pdmodel.font.PDFont
PdfBoxGraphics2DFontTextDrawer.mapFont
(Font font, IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) Try to map the java.awt.Font to a PDFont.protected org.apache.pdfbox.pdmodel.font.PDFont
PdfBoxGraphics2DFontTextDrawerDefaultFonts.mapFont
(Font font, IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) private void
PdfBoxGraphics2DFontTextDrawer.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.PDType0Font
PdfBoxGraphics2DFontTextDrawer.tryToLoadFont
(IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env, File foundFontFile)