Initializes the new instance of the FontDescriptor class by FontFamily name and size.

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

Syntax

C#
public FontDescriptor(
	string familyName,
	float size
)
Visual Basic (Declaration)
Public Sub New ( _
	familyName As String, _
	size As Single _
)
Visual C++
public:
FontDescriptor(
	String^ familyName, 
	float size
)

Parameters

familyName
Type: System..::.String
size
Type: System..::.Single

See Also