JPlanner Programmer's Guide
Font.getHeight Method
See Also
 






Gets the height of the font when used to render texts in the specified Graphics.

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

 Syntax

Java  Copy Code

public double getHeight (
    Graphics graphics
)

 Parameters

graphics

A Graphics object.

 Return Value

The height of the font, in pixels.

 See Also

Font Members
Font Class
com.mindfusion.drawing Namespace