TdxHtmlDocumentExporterOptions.FontUnit Property
In This Article
Specifies the measurement unit in which exported HTML documents denote all font sizes.
#Declaration
Delphi
property FontUnit: TdxHtmlFontUnit read; write; default TdxHtmlFontUnit.Point;
#Property Value
Type | Default |
---|---|
Tdx |
Point |
#Remarks
Refer to the TdxHtmlFontUnit type description for details on available options.
The FontUnit property’s default value is TdxHtmlFontUnit.Point.
See Also