Search Results for

    Show / Hide Table of Contents

    TUIFont.Create Method

    Overloads

    • TUIFont.Create(String, Double)
    • TUIFont.Create(String, Double, TUIFontStyle)

    TUIFont.Create(String, Double)

    Creates a font with the given name and size.

    Syntax

    Namespace: FlexCel.Core

    public static TUIFont Create(String aName, Double aSize)

    Parameters

    <-> Parameter Type Description
    aName String Name of the font.
    aSize Double Size in points of the font.

    See also

    • TUIFont

    TUIFont.Create(String, Double, TUIFontStyle)

    Creates a font with the given name, size and style.

    Syntax

    Namespace: FlexCel.Core

    public static TUIFont Create(String aName, Double aSize, TUIFontStyle aFontStyle)

    Parameters

    <-> Parameter Type Description
    aName String Name of the font.
    aSize Double Size in points of the font.
    aFontStyle TUIFontStyle Style of the font (italic, bold, etc)

    See also

    • TUIFont
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com