Search
ItemLabel.setFont Method
See Also
 

Sets the font of the label's text.

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

 Syntax

Java  Copy Code

public void setFont (
    Font value
)

 Parameters

value

A java.awt.Font object representing the text font.

 Remarks

This property can be null, in which case the label will use the Font of its parent item.

 See Also