fabric
Version:
Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.
10 lines • 362 B
TypeScript
/**
* Parses a short font declaration, building adding its properties to a style object
* @static
* @function
* @memberOf fabric
* @param {String} value font declaration
* @param {Object} oStyle definition
*/
export declare function parseFontDeclaration(value: string, oStyle: Record<string, any>): void;
//# sourceMappingURL=parseFontDeclaration.d.ts.map