IDWriteTextAnalysisSink::SetScriptAnalysis 方法 (dwrite.h)
報告指定文字範圍的腳本分析。
語法
HRESULT SetScriptAnalysis(
UINT32 textPosition,
UINT32 textLength,
DWRITE_SCRIPT_ANALYSIS const *scriptAnalysis
);
參數
textPosition
類型: UINT32
要報告的來源開始位置。
textLength
類型: UINT32
報告範圍的 UTF16 單位數目。
scriptAnalysis
類型:const DWRITE_SCRIPT_ANALYSIS*
結構的指標,其中包含寫入系統腳本之以零起始的索引標記法,以及指出是否需要額外成形文字的值。
傳回值
類型: HRESULT
可停止分析的成功代碼或錯誤碼。
需求
最低支援的用戶端 | 適用于 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 |