IDWriteFactory3::GetFontDownloadQueue 方法 (dwrite_3.h)
取得與此 Factory 對象相關聯的字型下載佇列。
語法
HRESULT GetFontDownloadQueue(
[out] IDWriteFontDownloadQueue **fontDownloadQueue
);
參數
[out] fontDownloadQueue
類型: IDWriteFontDownloadQueue**
接收字型下載佇列介面的指標。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2016 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | dwrite_3.h |
程式庫 | Dwrite.lib |
Dll | Dwrite.dll |