Font::Font (constWCHAR*,REAL,INT,Unit,constFontCollection*) 方法 (gdiplusheaders.h)
根據字型系列、大小、字型樣式、度量單位和 FontCollection 物件,建立 Font::Font 物件。
語法
void Font(
[in] const WCHAR *familyName,
[in] REAL emSize,
[in] INT style,
[in] Unit unit,
[in] const FontCollection *fontCollection
);
參數
[in] familyName
類型: const WCHAR*
字型家族的名稱。
[in] emSize
類型: REAL
實數,指定 以 unit 參數所指定單位測量之字型的 em 大小。
[in] style
類型: INT
選擇性。 指定字樣樣式的整數。 這個值必須是 FontStyle 列舉的元素,或是套用至其中兩個或多個元素的位 OR 結果。 例如,FontStyleBold
FontStyleUnderline
| | FontStyleStrikeout
將樣式設定為三種樣式的組合。 預設值是 FontStyleRegular
。
[in] unit
類型: 單位
選擇性。 Unit 列舉的 元素,指定字型大小的度量單位。 預設值是 UnitPoint
。
[in] fontCollection
類型: const FontCollection*
選擇性。 FontCollection 物件的指標,指定使用者定義的字型群組。 如果此參數的值是 NULL,則會使用系統字型集合。 預設值是 NULL。
傳回值
無
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限桌面應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | gdiplusheaders.h (包含 Gdiplus.h) |
程式庫 | Gdiplus.lib |
Dll | Gdiplus.dll |