Uses of Interface
de.rototor.pdfbox.graphics2d.IPdfBoxGraphics2DFontTextDrawer
-
-
Uses of IPdfBoxGraphics2DFontTextDrawer in de.rototor.pdfbox.graphics2d
Classes in de.rototor.pdfbox.graphics2d that implement IPdfBoxGraphics2DFontTextDrawer Modifier and Type Class Description classPdfBoxGraphics2DFontTextDrawerDefault implementation to draw fonts.classPdfBoxGraphics2DFontTextDrawerDefaultFontsLikePdfBoxGraphics2DFontTextDrawer, but tries to use default fonts whenever possible.classPdfBoxGraphics2DFontTextForcedDrawerAlways draw using text, even if we know that we can not map the text correctMethods in de.rototor.pdfbox.graphics2d with parameters of type IPdfBoxGraphics2DFontTextDrawer Modifier and Type Method Description voidPdfBoxGraphics2D. setFontTextDrawer(IPdfBoxGraphics2DFontTextDrawer fontTextDrawer)Set an optional text drawer.
-