IDWriteTextAnalyzer2::GetTypographicFeatures 方法 (dwrite_2.h)
傳回腳本或字型可用的 OpenType 功能完整清單。 如果部分支援功能,則這個方法表示支援此功能。
語法
HRESULT GetTypographicFeatures(
IDWriteFontFace *fontFace,
DWRITE_SCRIPT_ANALYSIS scriptAnalysis,
[in, optional] WCHAR const *localeName,
UINT32 maxTagCount,
[out] UINT32 *actualTagCount,
[out] DWRITE_FONT_FEATURE_TAG *tags
);
參數
fontFace
類型: IDWriteFontFace*
要從中取得特徵的字型臉部。
scriptAnalysis
要檢查之腳本或字型的腳本分析。
[in, optional] localeName
類型: const WCHAR*
要檢查的地區設定名稱。
maxTagCount
類型: UINT32
要傳回的標籤上限。
[out] actualTagCount
類型: UINT32*
傳回的實際標記數目。
[out] tags
OpenType 字型功能標記的陣列。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8.1 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2012 R2 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | dwrite_2.h |
程式庫 | Dwrite.lib |
Dll | Dwrite.dll |