Search
TextComponent.setFont Method
See Also
 

Sets the font of the displayed text.

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

 Syntax

Java  Copy Code

public void setFont (
    Font value
)

 Parameters

value

A Font object. The default is Arial, 10.

 See Also