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