Search
Font.bold Property
See Also
 





Gets whether the font is bold.

Namespace: MindFusion.Drawing
File: Font.js

 Syntax

JavaScript  Copy Code

get bold() {}

 Property Value

Boolean

true if Bold flag is set in fontStyle, ot false otherwise.

 See Also