UNPKG

470 BTypeScriptView Raw
1import { Document } from './Document';
2import { PathElement } from './PathElement';
3export type ArabicForm = 'isolated' | 'terminal' | 'medial' | 'initial';
4export 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