set_SupportedFontFamilies Method
In This Topic
Sets a string array that contains names of supported font families.
Syntax
var instance = new Vintasoft.Imaging.UI.Panels.WebUiPropertyGridPanelJS(propertyGrid, settings);
var returnValue; // Type: any
// Parameters
var value; // Type: string[]
returnValue = instance.set_SupportedFontFamilies(value);
function set_SupportedFontFamilies(
: string[]
) : any;
Parameters
- value
- A string array that contains names of supported font families.
Exceptions
Exception | Description |
| Thrown if argument is not a string array. |
Browser Compatibility
See Also