TCustomRVFontInfo.StyleEx

<< Click to display table of contents >>

TCustomRVFontInfo.StyleEx

Additional attributes for text of this style.

type TRVFontStyle = (rvfsOverline, rvfsAllCaps);

type TRVFontStyles = set of TRVFontStyle

property StyleEx: TRVFontStyles;

Option

Meaning

rvfsOverline

A line above the text

rvfsAllCaps

All capitals

Default value:

[]