TFontInfos

Properties   Methods

<< Click to display table of contents >>

TFontInfos

Properties   Methods

Collection of text attributes (styles). Class of TRVStyle.TextStyles property.

Unit [VCL/FMX] RVStyle / fmxRVStyle;

Syntax

TCustomRVInfos = class(TCollection)

TFontInfos = class(TCustomRVInfos)

Hierarchy

TObject

TPersistent

TCollection

TCustomRVInfos

Main Properties

Items – array of TFontInfo.

InvalidItem is returned when accessing item which is out of index range.

Methods for Text Style Search

▪FindStyleWithFontStyle

▪FindStyleWithFontSize

▪FindStyleWithColor

▪FindStyleWithFontName

▪FindSuchStyle, FindSuchStyleEx

▪FindStyleWithFont

▪FindStyleWithCharset

See Also

▪TParaInfos – class of collection of paragraph attributes (styles);

▪TRVListInfos – class of collection of list attributes (i.e. styles of bullets and numbering).