VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / FileFontProgramsControllerWithFallbackFont Class / GetFallbackFontName Methods / GetFallbackFontName(FontInfo) Method
Syntax Requirements SeeAlso
In This Topic
    GetFallbackFontName(FontInfo) Method (FileFontProgramsControllerWithFallbackFont)
    In This Topic
    Returns name of the fallback font used as a replacement of specified font with specified font name if the font is not found by its name.
    Syntax
    'Declaration
    
    Public Overloads Overridable Function GetFallbackFontName( _
    ByVal fontInfo
    The font.
    As FontInfo _
    ) As System.String
    public virtual System.String GetFallbackFontName(
    FontInfo fontInfo
    )
    public: virtual System.String GetFallbackFontName(
    FontInfo* fontInfo
    )
    public:
    virtual System.String GetFallbackFontName(
    FontInfo^ fontInfo
    )

    Parameters

    fontInfo
    The font.

    Return Value

    The name of the fallback font used as a replacement of specified font with specified font name if the font is not found by its name.
    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