IDWriteGdiInterop::CreateFontFromLOGFONT Method

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

Syntax

virtual HRESULT CreateFontFromLOGFONT(
  [in]   const LOGFONTW * logFont,
  [out]  IDWriteFont ** font
) = 0;

Parameter

  • logFont [in]
    A structure containing a GDI-compatible font description.

  • font [out]
    When this method returns, contains an address of a pointer to a newly created IDWriteFont object if successful; otherwise, NULL.

Rückgabewert

Ist Methode erfolgreich, wird "S_OK" zurückgegeben. Andernfalls wird ein HRESULT-Fehlercode zurückgegeben.

Anforderungen

Mindestens unterstützter Client

Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista

Mindestens unterstützter Server

Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008

Header

Dwrite.h

Bibliothek

Dwrite.lib

DLL

Dwrite.dll

Siehe auch

IDWriteGdiInterop