Search Results for

    Show / Hide Table of Contents

    TFlxChartFont.Create Method

    Overloads

    • TFlxChartFont.Create
    • TFlxChartFont.Create(TFlxFont)
    • TFlxChartFont.Create(string, Integer)
    • TFlxChartFont.Create(string, Integer, Boolean)
    • TFlxChartFont.Create(string, Integer, TExcelColor, TFlxFontStyleSet, TFlxUnderline, TFontScheme)

    TFlxChartFont.Create

    Constructs a new instance.

    Syntax

    Unit: FlexCel.Core

    class function TFlxChartFont.Create: TFlxChartFont; static; overload;

    See also

    • TFlxChartFont

    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

    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

    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

    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

    <-> Parameter Type Description
    const aName string
    const Size20 Integer
    const aColor TExcelColor
    const aStyle Set of TFlxFontStyles
    const aUnderline TFlxUnderline
    const aScheme TFontScheme

    See also

    • TFlxChartFont
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com