1 | import { Document } from './Document';
|
2 | export declare class SVGFontLoader {
|
3 | private readonly document;
|
4 | loaded: boolean;
|
5 | constructor(document: Document);
|
6 | load(fontFamily: string, url: string): Promise<void>;
|
7 | }
|
8 | //# sourceMappingURL=SVGFontLoader.d.ts.map |
\ | No newline at end of file |