Search
Text.font Property
See Also
 





Gets or sets the font used to render text.

Namespace: MindFusion.Drawing
File: Text.js

 Syntax

JavaScript  Copy Code

get font() {}
set font(value) {}

 Property Value

Font

The Font of this text.

 See Also