TSRVViewProperty.ZoomFont

<< Click to display table of contents >>

TSRVViewProperty.ZoomFont

A font for drawing text (zooming percent) in a zooming mode.

type 
  TSRVZoomPanelFont = (TFont)
property ZoomPanelFont: TSRVZoomPanelFont;

A zooming mode is initiated if TSRichViewEdit.PageProperty.AutoWidth = True, by a mouse wheel or a track bar on a zooming panel.

In this mode, the editor content is shaded with white color, and a current zooming percent is displayed using this font.

The specified font size corresponds to 100% zoom. The text size is increased/decreased according to the zooming percent.

Default value:

'Tahoma', 20, clWindowText