MindFusion.Diagramming for JavaScript Programmer's Guide

Font Members

Constructors Fields
 


Represents a font.

The following tables list the members exposed by the Font type.

 Public Constructors

  Name Description

Font

Initializes a new instance of the Font class with the specified attributes.

 Public Fields

  Name Description

bold

true if this font is bold, otherwise false.

italic

true if this font is italic, otherwise false.

name

The font name.

size

The font size.

 See Also