VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingFactory Class / GetFallbackFontInfo(IDrawingFont,String) Method
Syntax Requirements SeeAlso
In This Topic
    GetFallbackFontInfo(IDrawingFont,String) Method (DrawingFactory)
    In This Topic
    Returns an array that contains information about fonts, which can be used for drawing of text character.
    Syntax
    'Declaration
    
    Protected Overridable Function GetFallbackFontInfo( _
    ByVal font
    The source font.
    As IDrawingFont, _
    ByVal character
    The text character.
    As System.String _
    ) As System.Collections.Generic.IEnumerable(Of FontInfo)
    protected virtual System.Collections.Generic.IEnumerable<FontInfo> GetFallbackFontInfo(
    IDrawingFont font,
    System.String character
    )
    protected: virtual System.Collections.Generic.IEnumerable<FontInfo*>* GetFallbackFontInfo(
    IDrawingFont* font,
    System.String character
    )
    protected:
    virtual System.Collections.Generic.IEnumerable<FontInfo^>^ GetFallbackFontInfo(
    IDrawingFont^ font,
    System.String character
    )

    Parameters

    font
    The source font.
    character
    The text character.

    Return Value

    An array that contains information about fonts, which can be used for drawing of text character.
    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