TFlxChartFont.Create Method
Overloads
TFlxChartFont.Create
Constructs a new instance.
Syntax
Unit: FlexCel.Core
class function TFlxChartFont.Create: TFlxChartFont; static; overload;
See also
TFlxChartFont.Create(TFlxFont)
Constructs a new instance.
Syntax
Unit: FlexCel.Core
class function TFlxChartFont.Create(const aFont: TFlxFont): TFlxChartFont; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aFont |
TFlxFont |
Font. |
See also
TFlxChartFont.Create(string, Integer)
Constructs a new instance.
Syntax
Unit: FlexCel.Core
class function TFlxChartFont.Create(const aName: string; const Size20: Integer): TFlxChartFont; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aName |
string |
Name of the font. |
const |
Size20 |
Integer |
Height of the font (in units of 1/20th of a point). A Size20 = 200 means 10 points. |
See also
TFlxChartFont.Create(string, Integer, Boolean)
Constructs a new instance.
Syntax
Unit: FlexCel.Core
class function TFlxChartFont.Create(const aName: string; const Size20: Integer; const aIsCalculated: Boolean): TFlxChartFont; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aName |
string |
Name of the font. |
const |
Size20 |
Integer |
Height of the font (in units of 1/20th of a point). A Size20 = 200 means 10 points. |
const |
aIsCalculated |
Boolean |
If true, this font was calculated from defaults, and didn't had a real value in the file. |
See also
TFlxChartFont.Create(string, Integer, TExcelColor, TFlxFontStyleSet, TFlxUnderline, TFontScheme)
Constructs a new instance.
Syntax
Unit: FlexCel.Core
class function TFlxChartFont.Create(const aName: string; const Size20: Integer; const aColor: TExcelColor; const aStyle: Set of TFlxFontStyles; const aUnderline: TFlxUnderline; const aScheme: TFontScheme): TFlxChartFont; static; overload;
Parameters
See also