Search
Style.fontName Property
See Also
 





Gets or sets the name of the font used to draw texts with this style.

Namespace: MindFusion.Diagramming.Lanes
File: Style.js

 Syntax

JavaScript  Copy Code

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

 Property Value

String

A string specifying font name.

 See Also