UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

7 lines (6 loc) 226 B
import { RtfFontInfo } from './rtf-font-info'; export declare class RtfFontInfoCollection { readonly defaultRtfFontInfo: RtfFontInfo; collection: RtfFontInfo[]; getRtfFontInfoById(id: number): RtfFontInfo; }