ComponentOne Bitmap for WPF
GetTextComplexity Method

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > TextAnalyzer1 Class : GetTextComplexity Method
HRESULT IDWriteTextAnalyzer1::GetTextComplexity([In, Buffer] const wchar_t* textString,[In] unsigned int textLength,[In] IDWriteFontFace* fontFace,[Out] BOOL* isTextSimple,[In] unsigned int* textLengthRead,[Out, Buffer, Optional] unsigned short* glyphIndices)
Syntax
'Declaration
 
Public Sub GetTextComplexity( _
   ByVal textString As System.String, _
   ByVal textLength As System.Integer, _
   ByVal fontFace As FontFace, _
   ByRef isTextSimple As Bool, _
   ByVal textLengthRead As System.Integer, _
   ByVal glyphIndices() As System.Short _
) 
public void GetTextComplexity( 
   System.string textString,
   System.int textLength,
   FontFace fontFace,
   out Bool isTextSimple,
   System.int textLengthRead,
   System.short[] glyphIndices
)

Parameters

textString
textLength
fontFace
isTextSimple
textLengthRead
glyphIndices
See Also

Reference

TextAnalyzer1 Class
TextAnalyzer1 Members