SpreadJS Documentation
GC.Spread.Sheets.PDF Namespace / PDFFontsManager type / fallbackFont Method
the css font string.
In This Topic
    fallbackFont Method
    In This Topic
    Provide a fallback font for the specific font.
    Syntax
    var value; // Type: any
    value = GC.Spread.Sheets.PDF.PDFFontsManager.fallbackFont(font);
    function fallbackFont( 
       font : string
    ) : any;

    Parameters

    font
    the css font string.
    See Also