FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TRTFRun Record

One RTF run for the text in a cell. FirstChar is the first (base 0) character to apply the format, and FontIndex is the font index for the text

Pascal
TRTFRun = record
  FirstChar: word;
  FontIndex: word;
end;
C++
struct TRTFRun {
  word FirstChar;
  word FontIndex;
};
Members 
Description 
FirstChar: word; 
First character on the string where we will apply the font. (0 based)  
FontIndex: word; 
Font index for this string part.  
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!