Table of Contents

TRichString.GetFontForChar Method

Returns the index of the run for the character charIndex in the string. If there is no font for the character, it will return -1.

Syntax

Namespace: FlexCel.Core

public Int32 GetFontForChar(Int32 charIndex)

Parameters

<-> Parameter Type Description
charIndex Int32 Index of the character in the string (0 based)

Returns

Run that includes charIndex (0 based)

See also