TRTFRun.Create Method
Creates an RTFRun with the given values.
Syntax
Unit: FlexCel.Core
class function TRTFRun.Create(const aFirstChar: Integer; const aFont: TFlxFont): TRTFRun; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aFirstChar |
Integer |
First character (0 based). |
const |
aFont |
TFlxFont |
Font. |
See also