Initializes a new instance of the Font class with the specified attributes.
Namespace: MindFusion.Drawing
Assembly: Font.js
JavaScript
![]() |
---|
function Font (name, size, bold, italic) |
The font name.
The font size.
true if this font is bold, otherwise false.
true if this font is italic, otherwise false.