Search
Cell.setFont Method
See Also
 

Sets the font used to draw the text of this cell.

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

 Syntax

Java  Copy Code

public void setFont (
    Font font
)

 Parameters

font

A Font object representing the font used to draw this cell's text.

 See Also