Search
AwtGraphics.measureString Method
See Also
 






Returns the size of the specified string when drawn in this graphics with the specified attributes.

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

 Syntax

Java  Copy Code

public Dimension2D measureString (
    String s,
    Font f
)

 Parameters

s

f

 Return Value

 See Also