C1.Win.C1DX.4.8 Assembly / C1.Util.DX.DirectWrite Namespace / TextAnalyzer1 Class / GetTextComplexity Method

In This Topic
GetTextComplexity Method
In This Topic
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 _
) 
 

Parameters

textString
textLength
fontFace
isTextSimple
textLengthRead
glyphIndices
See Also