Search
Font Constructor (String, Double, FontStyle, GraphicsUnit)
See Also
 





Initializes a new instance of the Font class.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Font (
    string name,
    double size,
    FontStyle style,
    GraphicsUnit unit
)

Visual Basic  Copy Code

Public New ( _
    name As String, _
    size As Double, _
    style As FontStyle, _
    unit As GraphicsUnit _
)

 Parameters

name

size

style

unit

 See Also