VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / FileFontProgramsControllerWithFallbackFont Class / GetFallbackFontName Methods / GetFallbackFontName(FontWeight,FontStretch,FontCharacteristics) Method
Syntax Requirements SeeAlso
In This Topic
GetFallbackFontName(FontWeight,FontStretch,FontCharacteristics) Method (FileFontProgramsControllerWithFallbackFont)
In This Topic
Returns the name of fallback font for specified parameters.
Syntax
'Declaration

Public Overloads Function GetFallbackFontName( _
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 _
) As System.String

Parameters

fontWeight
The weight of fallback font.
fontStretch
The stretch of fallback font.
fontCharacteristics
The characteristics of fallback font.

Return Value

The name of fallback font.
Requirements

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

See Also