Font::GetLogFontA-Methode (gdiplusheaders.h)
Die Font::GetLogFontA-Methode verwendet eine LOGFONTA-Struktur , um die Attribute dieses Font-Objekts abzurufen.
Syntax
Status GetLogFontA(
[in] const Graphics *g,
[out] LOGFONTA *logfontA
);
Parameter
[in] g
Typ: const Graphics*
Zeiger auf ein Graphics-Objekt , das Attribute des Anzeigegeräts enthält.
[out] logfontA
Typ: LOGFONTA*
Zeiger auf eine LOGFONTA-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 |