VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebTextInteractionAreaJS type / set_FontFamily Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_FontFamily Method
In This Topic
Sets the name of the font family.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebTextInteractionAreaJS(textObject);

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_FontFamily(value);

Parameters

value
The name of the font family.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also