Initializes a new instance of the FontDescriptor class.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
C# |
---|
public FontDescriptor( Font font ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ font As Font _ ) |
Visual C++ |
---|
public: FontDescriptor( Font^ font ) |
Parameters
- font
- Type: System.Drawing..::.Font