Search
DiagramItem.effectiveFont Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get effectiveFont() {}

 Property Value

Font

An instance of the Font class.

 Remarks

This property returns a font set locally for an item via its font property, or constructs a font from the results of effectiveFontName and effectiveFontSize properties.

 See Also