Search
EditComponent.setFont Method
See Also
 

Sets the font of the text.

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

 Syntax

Java  Copy Code

public void setFont (
    Font value
)

 Parameters

value

A jawa.awt.Font instance.

 See Also