ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / GdiInterop Class / CreateFontFromLOGFONT Method

In This Topic
    CreateFontFromLOGFONT Method
    In This Topic
    HRESULT IDWriteGdiInterop::CreateFontFromLOGFONT([In] const void* logFont,[Out] IDWriteFont** font)
    Syntax
    'Declaration
     
    Public Function CreateFontFromLOGFONT( _
       ByVal logFont As IntPtr _
    ) As Font
    public Font CreateFontFromLOGFONT( 
       IntPtr logFont
    )

    Parameters

    logFont
    See Also