ASP.NET Pack Programmer's Guide
ScriptHelper.createFont Method
See Also
 






Creates a Font object with the specified name and size.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public Font createFont (
    String name,
    float size
)

 Parameters

name

The font name.

size

The font size.

 Return Value

A java.awt.Font instance.

 See Also

ScriptHelper Members
ScriptHelper Class
com.mindfusion.diagramming Namespace