TSRVViewProperty.HeaderTitleFont

<< Click to display table of contents >>

TSRVViewProperty.HeaderTitleFont

A font of label title displayed when a header (TSRichViewEdit.RVHeader) is being edited.

type

  TSRVHeaderFooterFont = class (TFont);

 

property HeaderTitleFont : TSRVHeaderFooterFont;

This font is used to draw a header title (Texts.NormalPageHeader, FirstPageHeader, EvenPageHeader, OddPageHeader) on a background filled with HeaderTitleColor.

In Delphi XE2 or newer, if a system color is specified for HeaderTitleFont.Color, and custom styles are applied, then a corresponding style color is used instead.

Default value:

'Tahoma', 8, [], $009A480B

See also:

FooterTitleFont

MainTitleFont