Font::GetLogFontW-Methode (gdiplusheaders.h)
Die Font::GetLogFontW-Methode verwendet eine LOGFONTW-Struktur , um die Attribute dieses Font-Objekts abzurufen.
Syntax
Status GetLogFontW(
[in] const Graphics *g,
[out] LOGFONTW *logfontW
);
Parameter
[in] g
Typ: const Graphics*
Zeiger auf ein Graphics-Objekt , das Attribute der Videoanzeige enthält.
[out] logfontW
Typ: LOGFONTW*
Zeiger auf eine LOGFONTW-Strukturvariable , die die Schriftartattribute empfängt.
Rückgabewert
Typ: Status
Wenn die Methode erfolgreich ist, gibt sie OK zurück, ein Element der Status-Enumeration .
Wenn die Methode fehlschlägt, wird eines der anderen Elemente der Status-Enumeration zurückgegeben.
Anforderungen
Unterstützte Mindestversion (Client) | Windows XP, Windows 2000 Professional [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows 2000 Server [nur Desktop-Apps] |
Zielplattform | Windows |
Kopfzeile | gdiplusheaders.h (include Gdiplus.h) |
Bibliothek | Gdiplus.lib |
DLL | Gdiplus.dll |