SetScriptAnalysis Method (TextAnalysisSink)
In This Topic
Reports script analysis for the specified text range.
Syntax
'Declaration
Sub SetScriptAnalysis( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As ScriptAnalysis _
)
void SetScriptAnalysis(
System.int ,
System.int ,
ScriptAnalysis
)
Parameters
- textPosition
- The starting position from which to report.
- textLength
- The number of UTF16 units of the reported range.
- 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.
See Also