Search
Style.fontName Property
See Also
 





Gets or sets the font name used to draw text of diagram items.

Namespace: MindFusion.Diagramming
File: Style.js

 Syntax

JavaScript  Copy Code

get fontName() {}
set fontName(value) {}

 Property Value

String

A string containing font name.

 See Also