Search
Font.fontStyle Property
See Also
 






Gets or sets the style of this font.

Namespace: MindFusion.Drawing
File: Font.js

 Syntax

JavaScript  Copy Code

get fontStyle() {}
set fontStyle(value) {}

 Property Value

FontStyle

A combination of FontStyle enumeration flags.

 See Also