Search Results for

    Show / Hide Table of Contents

    TFlxFont.Create Method

    Overloads

    • TFlxFont.Create
    • TFlxFont.Create(string, Integer)

    TFlxFont.Create

    Creates a font with size 10 and name "Arial".

    Syntax

    Unit: FlexCel.Core

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

    See also

    • TFlxFont

    TFlxFont.Create(string, Integer)

    Creates a font with size and name.

    Syntax

    Unit: FlexCel.Core

    class function TFlxFont.Create(const aName: string; const aSize20: Integer): TFlxFont; static; overload;

    Parameters

    <-> Parameter Type Description
    const aName string
    const aSize20 Integer

    See also

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