VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingFontFallbackEventArgs Class / DrawingFontFallbackEventArgs Constructor(String,IDrawingFont,IDrawingFont)
Syntax Requirements SeeAlso
In This Topic
    DrawingFontFallbackEventArgs Constructor(String,IDrawingFont,IDrawingFont)
    In This Topic
    Initializes a new instance of the DrawingFontFallbackEventArgs class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal symbol
    The text symbol.
    As System.String, _
    ByVal sourceFont
    The source font.
    As IDrawingFont, _
    ByVal fallbackFont
    The fallback font.
    As IDrawingFont _
    )
    public DrawingFontFallbackEventArgs(
    System.String symbol,
    IDrawingFont sourceFont,
    IDrawingFont fallbackFont
    )
    public: DrawingFontFallbackEventArgs(
    System.String symbol,
    IDrawingFont* sourceFont,
    IDrawingFont* fallbackFont
    )
    public:
    DrawingFontFallbackEventArgs(
    System.String symbol,
    IDrawingFont^ sourceFont,
    IDrawingFont^ fallbackFont
    )

    Parameters

    symbol
    The text symbol.
    sourceFont
    The source font.
    fallbackFont
    The fallback font.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also