1 | import { Document } from './Document';
|
2 | import { PathElement } from './PathElement';
|
3 | export type ArabicForm = 'isolated' | 'terminal' | 'medial' | 'initial';
|
4 | export declare class GlyphElement extends PathElement {
|
5 | type: string;
|
6 | readonly horizAdvX: number;
|
7 | readonly unicode: string;
|
8 | readonly arabicForm: ArabicForm | undefined;
|
9 | constructor(document: Document, node: HTMLElement, captureTextNodes?: boolean);
|
10 | }
|
11 | //# sourceMappingURL=GlyphElement.d.ts.map |
\ | No newline at end of file |