Uses of Interface
com.lowagie.text.pdf.PdfGraphics2D.CompositeFontDrawer.DrawStringFunction
Packages that use PdfGraphics2D.CompositeFontDrawer.DrawStringFunction
-
Uses of PdfGraphics2D.CompositeFontDrawer.DrawStringFunction in com.lowagie.text.pdf
Methods in com.lowagie.text.pdf with parameters of type PdfGraphics2D.CompositeFontDrawer.DrawStringFunctionModifier and TypeMethodDescription(package private) double
PdfGraphics2D.CompositeFontDrawer.drawString
(String s, Font compositeFont, double x, double y, Function<Font, BaseFont> fontConverter, PdfGraphics2D.CompositeFontDrawer.DrawStringFunction defaultDrawingFunction) Draw text with the given font at the specified position.