Initializes the new instance of the FontDescriptor class with specified parameters.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public FontDescriptor(
	string familyname,
	float size,
	FontStyleMode bold,
	FontStyleMode italic,
	FontStyleMode underline
)
Visual Basic (Declaration)
Public Sub New ( _
	familyname As String, _
	size As Single, _
	bold As FontStyleMode, _
	italic As FontStyleMode, _
	underline As FontStyleMode _
)
Visual C++
public:
FontDescriptor(
	String^ familyname, 
	float size, 
	FontStyleMode bold, 
	FontStyleMode italic, 
	FontStyleMode underline
)

See Also