MindFusion.Diagramming for JavaScript Programmer's Guide

Cell.setFont Method

See Also
 





Sets the font used to render this cell's text.

Namespace: MindFusion.Diagramming
File: Cell.js

 Syntax

JavaScript  Copy Code

function setFont (value)

 Parameters

value

A Font instance.

 See Also