ComponentOne Bitmap for WPF
ConvertFontToLOGFONT Method

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > GdiInterop Class : ConvertFontToLOGFONT Method
HRESULT IDWriteGdiInterop::ConvertFontToLOGFONT([In] IDWriteFont* font,[In] void* logFont,[Out] BOOL* isSystemFont)
Syntax
'Declaration
 
Public Sub ConvertFontToLOGFONT( _
   ByVal font As Font, _
   ByVal logFont As System.IntPtr, _
   ByRef isSystemFont As Bool _
) 
public void ConvertFontToLOGFONT( 
   Font font,
   System.IntPtr logFont,
   out Bool isSystemFont
)

Parameters

font
logFont
isSystemFont
See Also

Reference

GdiInterop Class
GdiInterop Members