fabric
Version:
Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.
7 lines • 318 B
TypeScript
/**
* Parses a short font declaration, building adding its properties to a style object
* @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