rvico TRichView Reference | Types

TRVFontInfoProperty, TRVFontInfoProperties Types

Top  Previous  Next

Unit RVStyle;

type

  TRVFontInfoProperty = (

    rvfiFontName, rvfiSize, rvfiCharset, rvfiUnicode,

    rvfiBold, rvfiItalic, rvfiUnderline, rvfiStrikeout,

    rvfiOverline, rvfiAllCaps,

    rvfiVShift, rvfiColor, rvfiBackColor,

    rvfiJump, rvfiHoverBackColor, rvfiHoverColor, rvfiHoverUnderline,

    rvfiJumpCursor,

    rvfiNextStyleNo, rvfiProtection, rvfiCharScale, rvfiBaseStyleNo,

    rvfiBiDiMode, rvfiCharSpacing, rvfiHTMLCode, rvfiRTFCode,

    {$IFDEF RVLANGUAGEPROPERTY}

    rvfiLanguage,

    {$ENDIF}

    rvfiCustom);

  TRVFontInfoProperties = set of TRVFontInfoProperty;

Identifies properties of TFontInfo.

 

const

  RVAllFontInfoProperties: TRVFontInfoProperties =

    [Low(TRVFontInfoProperty)..High(TRVFontInfoProperty)];

Constant, lists all TFontInfo properties.


RichView © Sergey Tkachenko