VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiPropertyGridPanelJS type / get_SupportedFontFamilies Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SupportedFontFamilies Method
    In This Topic
    Gets a string array that contains names of supported font families.
    Syntax
    var instance = new Vintasoft.Imaging.UI.Panels.WebUiPropertyGridPanelJS(propertyGrid, settings);
    
    var value; // Type: string[]
    value = instance.get_SupportedFontFamilies();
    
    
    function get_SupportedFontFamilies() : string[];
    

    Return Value

    A string array that contains names of supported font families.
    Browser Compatibility
    56+
    45+
    11
    See Also