JPlanner Programmer's Guide
Graphics.getFontHeight Method
See Also
 






Returns the height of the specified font, in pixels, when used in the context of the current graphics.

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

 Syntax

Java  Copy Code

public double getFontHeight (
    Font f
)

 Parameters

f

The font to test.

 Return Value

A double value representing the height of the font.

 See Also

Graphics Members
Graphics Interface
com.mindfusion.drawing Namespace