Skip to main content

HtmlFontUnit Enum

Lists measurement units allowed to specify font size.

Namespace: DevExpress.XtraRichEdit.Export.Html

Assembly: DevExpress.RichEdit.v14.2.Core.dll

#Declaration

[ComVisible(true)]
public enum HtmlFontUnit

#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