ComponentOne Bitmap for WPF
FromLogFont Method

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > GdiInterop Class : FromLogFont Method
A structure containing a GDI-compatible font description.
Creates a font object that matches the properties specified by the LOGFONT structure.
Syntax
'Declaration
 
Public Function FromLogFont( _
   ByVal logFont As System.Object _
) As Font
public Font FromLogFont( 
   System.object logFont
)

Parameters

logFont
A structure containing a GDI-compatible font description.

Return Value

a reference to a newly created Font.
See Also

Reference

GdiInterop Class
GdiInterop Members