ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / GdiInterop Class / FromSystemDrawingFont Method
A System.Drawing.Font description.

In This Topic
    FromSystemDrawingFont Method
    In This Topic
    Creates a font object that matches the properties specified by the LOGFONT structure.
    Syntax
    'Declaration
     
    Public Function FromSystemDrawingFont( _
       ByVal font As System.Drawing.Font _
    ) As Font
    public Font FromSystemDrawingFont( 
       System.Drawing.Font font
    )

    Parameters

    font
    A System.Drawing.Font description.

    Return Value

    a reference to a newly created Font.
    See Also