Search
LinkLabel.getFont Method
See Also
 

Gets the font of the link's label text.

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

 Syntax

Java  Copy Code

public Font getFont ()

 Return Value

A Font object representing the text font. The default value is null.

 Remarks

The label's text is rendered using the link's font if this value is null.

 See Also