JPlanner Programmer's Guide
Font Constructor (String, Double)
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
)

 Parameters

name

The name of the font family.

size

The size of the font, in points.

 See Also

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