VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingFactory Class / CreateFallbackFont(IDrawingFont,String) Method
Syntax Requirements SeeAlso
In This Topic
CreateFallbackFont(IDrawingFont,String) Method (DrawingFactory)
In This Topic
Creates the font that contains glyph for specified text character.
Syntax
'Declaration

Public Overridable Function CreateFallbackFont( _
ByVal font
The source font.
As IDrawingFont, _
ByVal character
The text character.
As System.String _
) As IDrawingFont
public virtual IDrawingFont CreateFallbackFont(
IDrawingFont font,
System.String character
)

Parameters

font
The source font.
character
The text character.

Return Value

The font that contains glyph for specified text character if fallback font is found; otherwise, null.
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