TSRVViewProperty.FooterTitleFont

<< Click to display table of contents >>

TSRVViewProperty.FooterTitleFont

A font of label title displayed when a footer (TSRichViewEdit.RVFooter) is being edited.

type

  TSRVHeaderFooterFont = class (TFont);

 

property FooterTitleFont : TSRVHeaderFooterFont;

This font is used to draw a footer title (Texts.NormalPageFooter, FirstPageFooter, EvenPageFooter, OddPageFooter) on a background filled with FooterTitleColor.

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

Default value:

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

See also:

HeaderTitleFont

MainTitleFont