AnalyzeScript(TextAnalysisSource,Int32,Int32,TextAnalysisSink) Method
In This Topic
Analyzes a text range for script boundaries, reading text attributes from the source and reporting the Unicode script ID to the sink callback {{SetScript}}.
Syntax
Parameters
- analysisSource
- A reference to the source object to analyze.
- textPosition
- The starting text position within the source object.
- textLength
- The text length to analyze.
- analysisSink
- A reference to the sink callback object that receives the text analysis.
See Also