HtmlFontUnit Enum
In This Article
Lists measurement units allowed to specify font size.
Namespace: DevExpress.XtraRichEdit.Export.Html
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Members
Name | Description |
---|---|
Point
|
Font size specified in points. |
Pixel
|
Font size specified in pixels. |
#Related API Members
The following properties accept/return HtmlFontUnit values:
Library | Related API Members |
---|---|
WPF Controls | DXRich |
DXRich |
|
Office File API | Html |
See Also