JPlanner Programmer's Guide
Font.deriveFont Method
See Also
 






Creates a copy of this font with different size and style.

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

 Syntax

Java  Copy Code

public Font deriveFont (
    double size,
    int style
)

 Parameters

size

The size of the new font, in points.

style

One or more of the FontStyles constants.

 Return Value

A Font instance.

 See Also

Font Members
Font Class
com.mindfusion.drawing Namespace