JPlanner Programmer's Guide
Font Constructor (String, Double, Int32)
See Also
 






Initializes a new instance of the Font class.

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

 Syntax

Java  Copy Code

public Font (
    String name,
    double size,
    int style
)

 Parameters

name

The name of the font family.

size

The size of the font, in points.

style

One or more of the FontStyles constants.

 See Also

Font Constructor Overload List
Font Class
com.mindfusion.drawing Namespace