|
FlexCel Studio for VCL/LCL
|
Changes a font entry on the font list for the workbook.
procedure SetFontList(index: integer; Value: TFlxFont);
__fastcall SetFontList(int index, TFlxFont Value);
|
Parameters |
Description |
|
index: integer |
Index to the entry in the font list that you wish to modify (0 based). |
|
Value: TFlxFont |
New font definition. |
You would not normally need this method, but it could be used with GetFontList to for example change all fonts in a file from Arial to Times New Roman.
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|