VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / FileFontProgramsControllerWithFallbackFont Class / AddFallbackFontFamily(String,Boolean,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
AddFallbackFontFamily(String,Boolean,Boolean) Method (FileFontProgramsControllerWithFallbackFont)
In This Topic
Adds all fonts from specified font family to the fallback font names.
Syntax
'Declaration

Public Overridable Sub AddFallbackFontFamily( _
ByVal fontFamilyName
Name of the font family.
As System.String, _
ByVal isSerifFonts
A value indicating whether fallback font family represents Serif fonts.
As Boolean, _
ByVal isMonospacedFonts
A value indicating whether fallback font family represents monospaced fonts.
As Boolean _
)
public virtual void AddFallbackFontFamily(
System.String fontFamilyName,
bool isSerifFonts,
bool isMonospacedFonts
)

Parameters

fontFamilyName
Name of the font family.
isSerifFonts
A value indicating whether fallback font family represents Serif fonts.
isMonospacedFonts
A value indicating whether fallback font family represents monospaced fonts.
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