devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
8 lines (7 loc) • 500 B
TypeScript
import { ICharacterPropertyDescriptor } from '../../model/character/character-property-descriptor';
import { FontInfo } from '../../model/fonts/font-info';
import { ChangeCharacterPropertiesCommandBase } from './change-character-properties-command-base';
export declare class ChangeFontNameCommand extends ChangeCharacterPropertiesCommandBase<FontInfo, FontInfo> {
getDescriptor(): ICharacterPropertyDescriptor<FontInfo>;
DEPRECATEDConvertOptionsParameter(parameter: any): FontInfo;
}