JPlanner Programmer's Guide
Graphics.drawString Method (String, Font, Brush, PointD)
See Also
 






Draws the specified text string at the specified location with the specified Brush and Font objects.

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

 Syntax

Java  Copy Code

public void drawString (
    String s,
    Font f,
    Brush brush,
    PointD dest
)

 Parameters

s

The string to draw.

f

The Font that defines the text format of the string.

brush

The Brush that determines the color of the drawn text.

dest

A PointD object that specifies the upper-left corner of the drawn text.

 See Also

drawString Method Overload List
Graphics Members
Graphics Interface
com.mindfusion.drawing Namespace