UNPKG

ag-charts-community

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

14 lines (13 loc) 449 B
import { type DynamicContext } from 'ag-charts-core'; import type { ChartRegistry } from '../../module/moduleContext'; export declare class FontManager { private readonly ctx; private observers; private destroyed; constructor(ctx: DynamicContext<ChartRegistry>); updateFonts(fonts?: Set<string>): void; waitForFonts(fontSpecs?: Set<string>): void; destroy(): void; private loadFonts; private observeFontStatus; }