Search
ItemLabel.getFont Method
See Also
 

Gets the font of the label's text.

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

 Syntax

Java  Copy Code

public Font getFont ()

 Return 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