Search Results for

    Show / Hide Table of Contents

    FontCreatedEventArgs.FontCreatedEventArgs Constructor

    Creates a new instance of the event arguments with the specified parameters.

    Syntax

    Namespace: FlexCel.Core

    public FontCreatedEventArgs(String aSubstitutedFontName, String aOriginalFontName, Double aFontSize, TUIFontStyle aFontStyle)

    Parameters

    <-> Parameter Type Description
    aSubstitutedFontName String Name of the final font as decided by the operating system. Note that some operating systems might return the same name as the original font even if they used a substitute font under the hood.
    In those platforms we can't know a font has been substituted.
    aOriginalFontName String Name of the font we were trying to create. It might not be the same as the font the operating system gave to us.
    aFontSize Double Size in points of the font.
    aFontStyle TUIFontStyle Style of the font.

    See also

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