[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.GdiInterop.ToLogFont

ToLogFont Method

ToLogFont(Font, object)

Initializes a LOGFONT structure based on the GDI-compatible properties of the specified font.

Declaration
public bool ToLogFont(Font font, object logFont)
Public Function ToLogFont(font As Font, logFont As Object) As Boolean
Parameters
Type Name Description
Font font

An Font object to be converted into a GDI-compatible LOGFONT structure.

object logFont

When this method returns, contains a structure that receives a GDI-compatible font description.

Returns
Type Description
bool

TRUE if the specified font object is part of the system font collection; otherwise, FALSE.

Remarks

The conversion to a LOGFONT by using ConvertFontToLOGFONT operates at the logical font level and does not guarantee that it will map to a specific physical font. It is not guaranteed that GDI will select the same physical font for displaying text formatted by a LOGFONT as the Font object that was converted.