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

In This Topic
    ConvertFontToLOGFONT Method
    In This Topic
    HRESULT IDWriteGdiInterop::ConvertFontToLOGFONT([In] IDWriteFont* font,[In] void* logFont,[Out] BOOL* isSystemFont)
    Syntax
    'Declaration
     
    Public Sub ConvertFontToLOGFONT( _
       ByVal font As Font, _
       ByVal logFont As IntPtr, _
       ByRef isSystemFont As Bool _
    ) 
    public void ConvertFontToLOGFONT( 
       Font font,
       IntPtr logFont,
       out Bool isSystemFont
    )

    Parameters

    font
    logFont
    isSystemFont
    See Also