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