Search
DiagramItem.setFont Method
See Also
 

Sets the font used to draw the text of an item.

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

 Syntax

Java  Copy Code

public void setFont (
    Font value
)

 Parameters

value

A Font object representing the fontused to draw this item's text.

 See Also