V1_commit_RGC
This commit is contained in:
10
SuiviREForamteur/node_modules/canvg/lib/Document/FontFaceElement.d.ts
generated
vendored
Normal file
10
SuiviREForamteur/node_modules/canvg/lib/Document/FontFaceElement.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import Document from './Document';
|
||||
import Element from './Element';
|
||||
export default class FontFaceElement extends Element {
|
||||
type: string;
|
||||
readonly ascent: number;
|
||||
readonly descent: number;
|
||||
readonly unitsPerEm: number;
|
||||
constructor(document: Document, node: HTMLElement, captureTextNodes?: boolean);
|
||||
}
|
||||
//# sourceMappingURL=FontFaceElement.d.ts.map
|
||||
Reference in New Issue
Block a user