ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 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 _
    ) 
    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