Search Results for

    Show / Hide Table of Contents

    TThemeTextFont.Create Method

    Overloads

    • TThemeTextFont.Create(string)
    • TThemeTextFont.Create(string, string, TPitchFamily, TFontCharSet)

    TThemeTextFont.Create(string)

    Creates a new TThemeTextFont.

    Syntax

    Unit: FlexCel.Core

    class function TThemeTextFont.Create(const aTypeface: string): TThemeTextFont; static; overload;

    Parameters

    <-> Parameter Type Description
    const aTypeface string See Typeface

    See also

    • TThemeTextFont

    TThemeTextFont.Create(string, string, TPitchFamily, TFontCharSet)

    Creates a new TThemeTextFont.

    Syntax

    Unit: FlexCel.Core

    class function TThemeTextFont.Create(const aTypeface: string; const aPanose: string; const aPitch: TPitchFamily; const aCharSet: TFontCharSet): TThemeTextFont; static; overload;

    Parameters

    <-> Parameter Type Description
    const aTypeface string See Typeface
    const aPanose string See Panose
    const aPitch TPitchFamily See Pitch
    const aCharSet TFontCharSet See CharSet

    See also

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