Initializes a new instance of the FontDescriptor class.

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,
	FontStyleMode strikeout
)
Visual Basic (Declaration)
Public Sub New ( _
	familyName As String, _
	size As Single, _
	bold As FontStyleMode, _
	italic As FontStyleMode, _
	underline As FontStyleMode, _
	strikeout As FontStyleMode _
)
Visual C++
public:
FontDescriptor(
	String^ familyName, 
	float size, 
	FontStyleMode bold, 
	FontStyleMode italic, 
	FontStyleMode underline, 
	FontStyleMode strikeout
)

See Also