VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / FileFontProgramsControllerWithFallbackFont Class / SetFallbackFontName(FontWeight,FontStretch,FontCharacteristics,String) Method
Syntax Requirements SeeAlso
    SetFallbackFontName(FontWeight,FontStretch,FontCharacteristics,String) Method (FileFontProgramsControllerWithFallbackFont)
    Sets the fallback font with specified parameters.
    Syntax
    'Declaration
    
    Public Sub SetFallbackFontName( _
    ByVal fontWeight
    The weight of fallback font.
    As FontWeight, _
    ByVal fontStretch
    The stretch of fallback font.
    As FontStretch, _
    ByVal fontCharacteristics
    The characteristics of fallback font.
    As FontCharacteristics, _
    ByVal fontName
    The name of fallback font.
    As System.String _
    )
     

    Parameters

    fontWeight
    The weight of fallback font.
    fontStretch
    The stretch of fallback font.
    fontCharacteristics
    The characteristics of fallback font.
    fontName
    The name of 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