Search
Font.size Property
See Also
 





Gets or sets the size of this font.

Namespace: MindFusion.Drawing
File: Font.js

 Syntax

JavaScript  Copy Code

get size() {}
set size(value) {}

 Property Value

Number

The font size.

 See Also