Search
AwtGraphics.drawString Method (String, Font, Brush, Rectangle2D, TextFormat)
See Also
 






Draws the specified string using the specified attributes.

Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  Copy Code

public void drawString (
    String s,
    Font f,
    Brush brush,
    Rectangle2D dest,
    TextFormat format
)

 Parameters

s

f

brush

dest

format

 See Also