@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
TypeScript
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;
}