HtmlFontUnit Enum
In This Article
Lists measurement units allowed to specify font size.
Namespace: DevExpress.XtraRichEdit.Export.Html
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
Point | Font size is specified in points. |
Pixel | Font size is specified in pixels. |
#Passed To
You can pass HtmlFontUnit values to the HtmlDocumentExporterOptions.FontUnit property.
See Also