[]
Reports script analysis for the specified text range.
void SetScriptAnalysis(int textPosition, int textLength, ScriptAnalysis scriptAnalysis)
Type | Name | Description |
---|---|---|
int | textPosition | The starting position from which to report. |
int | textLength | The number of UTF16 units of the reported range. |
ScriptAnalysis | scriptAnalysis | A reference to a structure that contains a zero-based index representation of a writing system script and a value indicating whether additional shaping of text is required. |