Font::Font(HDC,constHFONT)-Methode (gdiplusheaders.h)
Erstellt ein Font::Font-Objekt indirekt aus einer logischen Schriftart von Windows Graphics Device Interface (GDI), indem ein Handle für eine GDI LOGFONT-Struktur verwendet wird .
Syntax
void Font(
[in] HDC hdc,
[in] const HFONT hfont
);
Parameter
[in] hdc
Typ: HDC
Handle für einen Windows-Gerätekontext. Ein Handle ist eine Zahl, die Windows intern verwendet, um auf ein Objekt zu verweisen.
[in] hfont
Typ: const HFONT
Handle für eine logische Schriftart.
Rückgabewert
Keine
Bemerkungen
Ein Gerätekontext ist eine Struktur, die intern verwaltet wird. Es ist einem bestimmten Gerät zugeordnet, z. B. einem Videomonitor oder einem Drucker. In der Regel ist jedem Fenster, das auf einem Videomonitor angezeigt wird, ein Gerätekontext zugeordnet. Ein Gerätekontext enthält einige Grafikattribute, die von GDI+ verwendet werden.
Anforderungen
Anforderung | Wert |
---|---|
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 |