[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.GdiInterop.FromLogFont

FromLogFont Method

FromLogFont(object)

Creates a font object that matches the properties specified by the LOGFONT structure.

Declaration
public Font FromLogFont(object logFont)
Parameters
Type Name Description
object logFont

A structure containing a GDI-compatible font description.

Returns
Type Description
Font

a reference to a newly created Font.