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}}.
Overload List
Overload | Description |
AnalyzeScript(TextAnalysisSource,Int32,Int32,TextAnalysisSink) | Analyzes a text range for script boundaries, reading text attributes from the source and reporting the Unicode script ID to the sink callback {{SetScript}}. |
AnalyzeScript(TextAnalysisQuickSource,Int32,Int32,TextAnalysisSink) | Analyzes a text range for script boundaries, reading text attributes from the source and reporting the Unicode script ID to the sink callback {{SetScript}}. |
AnalyzeScript(IntPtr,Int32,Int32,IntPtr) | HRESULT IDWriteTextAnalyzer::AnalyzeScript([In] IDWriteTextAnalysisSource* analysisSource,[In] unsigned int textPosition,[In] unsigned int textLength,[In] IDWriteTextAnalysisSink* analysisSink) |
See Also