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