Creates a new instance.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public FontInfo(
	string name,
	int size,
	FontStyle style
)
Visual Basic
Public Sub New ( 
	name As String,
	size As Integer,
	style As FontStyle
)

Parameters

name
Type: System..::..String
size
Type: System..::..Int32
style
Type: System.Drawing..::..FontStyle

See Also