Uses of Interface
com.lowagie.text.pdf.PdfGraphics2D.CompositeFontDrawer.DrawStringFunction
-
Packages that use PdfGraphics2D.CompositeFontDrawer.DrawStringFunction Package Description com.lowagie.text.pdf -
-
Uses of PdfGraphics2D.CompositeFontDrawer.DrawStringFunction in com.lowagie.text.pdf
Methods in com.lowagie.text.pdf with parameters of type PdfGraphics2D.CompositeFontDrawer.DrawStringFunction Modifier and Type Method Description (package private) double
PdfGraphics2D.CompositeFontDrawer. drawString(java.lang.String s, java.awt.Font compositeFont, double x, double y, java.util.function.Function<java.awt.Font,BaseFont> fontConverter, PdfGraphics2D.CompositeFontDrawer.DrawStringFunction defaultDrawingFunction)
Draw text with the given font at the specified position.
-