TBasedxReportLink.ScaleFonts Property
In This Article
Specifies whether to rescale report fonts.
#Declaration
Delphi
property ScaleFonts: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set the ScaleFonts property to True to rescale report fonts when changing the preview scale factor of a report. If this property is False, report font size remains fixed regardless of changes to preview scale factors.
The default value of this property is True.
See Also