VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfContentEditorToolJS type / changeFontFamilyForSelectedText Property
Syntax BrowserCompatibility SeeAlso
    changeFontFamilyForSelectedText Method
    Changes the font family for selected text.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfContentEditorToolJS();
    
    var value; // Type: any
    
    // Parameters
    var fontFamily; // Type: string
    
    value = instance.changeFontFamilyForSelectedText(fontFamily);
    
    

    Parameters

    fontFamily
    The font family.
    Browser Compatibility
    56+
    45+
    11
    See Also