Click or drag to resize

FontData Constructor (String, Single, GraphicsUnit, FontStyle)

Constructor for FontData.

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
public FontData(
	string Name,
	float Size,
	GraphicsUnit GraphicsUnit,
	FontStyle FontStyle
)

Parameters

Name
Type: SystemString
The name of the font.
Size
Type: SystemSingle
The font size.
GraphicsUnit
Type: System.DrawingGraphicsUnit
The graphics unit of the font size.
FontStyle
Type: System.DrawingFontStyle
The font style.
See Also