IDWriteFactory3::CreateFontCollectionFromFontSet 方法 (dwrite_3.h)
從一組字型建立粗細/寬度/斜率樹狀結構。
語法
HRESULT CreateFontCollectionFromFontSet(
IDWriteFontSet *fontSet,
[out] IDWriteFontCollection1 **fontCollection
);
參數
fontSet
類型: IDWriteFontSet*
一組用來建置集合的字型。
[out] fontCollection
類型: IDWriteFontCollection1**
保留新建立的字型集合物件,或在失敗時保留 NULL。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2016 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | dwrite_3.h |
程式庫 | Dwrite.lib |
Dll | Dwrite.dll |