Search
DiagramItem.effectiveFontName Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get effectiveFontName() {}

 Property Value

String

A string specifying the font name.

 Remarks

This property looks up in the styling hierarchy for font names set in the item's style, the diagram's style or the current theme.

 See Also