DroidDiagram Programmer's Guide
CompositeNodeBuilder.font Method (Font)
See Also
 






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

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

 Syntax

Java  Copy Code

public CompositeNodeBuilder font (
    Font value
)

 Parameters

value

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

 Return Value

This DiagramItemBuilder instance.

 See Also

font Method Overload List
CompositeNodeBuilder Members
CompositeNodeBuilder Class
com.mindfusion.diagramming.builders Namespace