HtmlEditorDocumentFontInfo Class
Contains the font properties of the document’s text.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return HtmlEditorDocumentFontInfo objects:
Remarks
The HtmlEditorDocumentFontInfo class contains font settings that allow you to specify the font name, font size and font style (such as bold or italic) for the document’s text.
An instance of the HtmlEditorDocumentFontInfo class can be accessed via the HtmlEditorDocumentStyles.Font property.
Implements
Inheritance
Object
StateManager
PropertiesBase
HtmlEditorDocumentFontInfo
See Also