TCustomRVFontInfo.StyleEx

<< Click to display table of contents >>

TCustomRVFontInfo.StyleEx

Additional attributes for font of text of given style in RichView or its descendants.

type TRVFontStyle = (rvfsOverline, rvfsAllCaps);

type TRVFontStyles = set of TRVFontStyle

property StyleEx: TRVFontStyles;

Option

Meaning

rvfsOverline

Vertical line above the text

rvfsAllCaps

All capitals

Note:

All-Caps is introduced in version 1.5. It has the following limitations:

capitalization works only under WinNT4 and newer.

Default value:

[]