DroidDiagram Programmer's Guide
LinkLabel.setFont Method
See Also
 






Sets the font of the link's label.

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

 Syntax

Java  Copy Code

public void setFont (
    Font value
)

 Parameters

value

A Font object representing the text font.

 Remarks

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

 See Also

LinkLabel Members
LinkLabel Class
com.mindfusion.diagramming Namespace