Search
Font.name Property
See Also
 






Gets or sets the name of this font.

Namespace: MindFusion.Drawing
File: Font.js

 Syntax

JavaScript  Copy Code

get name() {}
set name(value) {}

 Property Value

String

A string containing font name.

 See Also