ComponentOne Bitmap for WPF
SetScriptAnalysis Method (TextAnalysisSink)

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > TextAnalysisSink Interface : SetScriptAnalysis Method
The starting position from which to report.
The number of UTF16 units of the reported range.
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.
Reports script analysis for the specified text range.
Syntax
'Declaration
 
Sub SetScriptAnalysis( _
   ByVal textPosition As System.Integer, _
   ByVal textLength As System.Integer, _
   ByVal scriptAnalysis As ScriptAnalysis _
) 
void SetScriptAnalysis( 
   System.int textPosition,
   System.int textLength,
   ScriptAnalysis 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

Reference

TextAnalysisSink Interface
TextAnalysisSink Members