Font::Font (HDC,constHFONT) 方法 (gdiplusheaders.h)
使用 GDI LOGFONT 結構的句柄,間接從 Windows Graphics Device Interface (GDI) 邏輯字型建立 Font::Font 物件。
語法
void Font(
[in] HDC hdc,
[in] const HFONT hfont
);
參數
[in] hdc
類型: HDC
Windows 裝置內容的句柄。 句柄是 Windows 在內部用來參考對象的數位。
[in] hfont
類型: const HFONT
邏輯字型的句柄。
傳回值
無
備註
裝置內容是內部維護的結構。 它與特定裝置相關聯,例如視訊監視器或印表機。 通常有一個裝置內容與視訊監視器上顯示的每個視窗相關聯。 裝置內容包含 GDI+所使用的一些圖形屬性。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限桌面應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | gdiplusheaders.h (包含 Gdiplus.h) |
程式庫 | Gdiplus.lib |
Dll | Gdiplus.dll |