UNPKG

@syncfusion/ej2-documenteditor

Version:

Feature-rich document editor control with built-in support for context menu, options pane and dialogs.

14 lines (13 loc) 360 B
import { Dictionary, FontSchemeStruct } from '../../index'; /** * @private */ export declare class MajorMinorFontScheme { private fntTypeface; private fntSchemeList; fontTypeface: Dictionary<string, string>; fontSchemeList: FontSchemeStruct[]; constructor(); copyFormat(majorMinor: MajorMinorFontScheme): void; destroy(): void; }