IDWriteFont::GetInformationalStrings 方法 (dwrite.h)
取得本地化字串集合,其中包含以地區設定名稱編製索引的指定參考字串。
語法
HRESULT GetInformationalStrings(
DWRITE_INFORMATIONAL_STRING_ID informationalStringID,
[out] IDWriteLocalizedStrings **informationalStrings,
[out] BOOL *exists
);
參數
informationalStringID
類型: DWRITE_INFORMATIONAL_STRING_ID
值,識別要取得的資訊字串。 例如, DWRITE_INFORMATIONAL_STRING_DESCRIPTION 指定包含字型描述的字串。
[out] informationalStrings
類型: IDWriteLocalizedStrings**
當這個方法傳回時,會包含新建立之當地語系化字串物件的指標位址。
[out] exists
類型: BOOL*
當這個方法傳回時,如果字型包含指定的字元串標識符,則為 TRUE ;否則為 FALSE。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
備註
如果字型不包含 informationalStringID 所指定的字串,傳回值會 S_OK 但 informationalStrings 會收到 NULL 指標,而且 存在 則會接收 FALSE 值。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 適用於 Windows Vista 的 Windows 7、Windows Vista SP2 和平臺更新 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 R2、Windows Server 2008 SP2 和 Platform Update for Windows Server 2008 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | dwrite.h |
程式庫 | Dwrite.lib |
Dll | Dwrite.dll |