SpreadJS Documentation
buildFont Method
The option.
The font.
Builds a font.
Syntax
var instance = new GcSpread.Sheets.FontFactory(sheet);
var value; // Type: string
value = instance.buildFont(opt, font);
function buildFont( 
   opt : any,
   font : string
) : string;

Parameters

opt
The option.
font
The font.

Return Value

The font.
See Also

Reference

FontFactory type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.