DroidDiagram Programmer's Guide
DiagramItem.getEffectiveFont Method
See Also
 






Gets the currently effective font of the item. This property returns getFont if it is not null, or a font with the DiagramItemStyle.getFontFamily, DiagramItemStyle.getFontSize, and DiagramItemStyle.getFontStyle properties of the item's style.

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

 Syntax

Java  Copy Code

public Font getEffectiveFont ()

 Return Value

A Font instance.

 See Also

DiagramItem Members
DiagramItem Class
com.mindfusion.diagramming Namespace