ASP.NET Pack Programmer's Guide
DiagramItem.getEffectiveFont Method
See Also
 





Gets the effective font that should be used to render this item's text.

Namespace: MindFusion.Diagramming
Package: DiagramItem.js

 Syntax

JavaScript  Copy Code

function getEffectiveFont ()

 Return Value

A Font instance.

 Remarks

This method returns a font set locally for an item via setFont, or constructs a font from the results of getEffectiveFontName and getEffectiveFontSize methods.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace
setFont Method
setStyle Method