VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing.Gdi Namespace / GdiFont Class / GdiFont Constructors / GdiFont Constructor(String,Single,Boolean,Boolean)
Syntax Requirements SeeAlso
In This Topic
GdiFont Constructor(String,Single,Boolean,Boolean)
In This Topic
Initializes a new instance of the GdiFont class.
Syntax
'Declaration

Public Function New( _
ByVal name
The name of the font.
As System.String, _
ByVal size
The size of the font.
As Single, _
ByVal isBold
A value indicating whether font is bold.
As Boolean, _
ByVal isItalic
A value indicating whether font is italic.
As Boolean _
)
public GdiFont(
System.String name,
float size,
bool isBold,
bool isItalic
)

Parameters

name
The name of the font.
size
The size of the font.
isBold
A value indicating whether font is bold.
isItalic
A value indicating whether font is italic.
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