Search
Font.italic Property
See Also
 






Gets whether the font is italic.

Namespace: MindFusion.Drawing
File: Font.js

 Syntax

JavaScript  Copy Code

get italic() {}

 Property Value

Boolean

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

 See Also