devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
14 lines (13 loc) • 596 B
TypeScript
import { Options as dxFormOptions } from 'devextreme/ui/form';
import { FontDialogParameters } from '../../common/commands/dialogs/dialog-font-command';
import { DialogBase } from './dialog-base';
export declare class FontDialog extends DialogBase<FontDialogParameters> {
private smallCapsItem;
private allCapsItem;
protected getTitle(): string;
protected getMaxWidth(): number;
protected getFormOptions(): dxFormOptions;
private updateAllCaps;
private updateSmallCaps;
protected updateParameters(parameters: FontDialogParameters, data: any): void;
}