ComponentOne Bitmap for WPF
C1.WPF.DX.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 String, _
       ByVal textLength As Integer, _
       ByVal fontFace As FontFace, _
       ByRef isTextSimple As Bool, _
       ByVal textLengthRead As Integer, _
       ByVal glyphIndices() As Short _
    ) 
    public void GetTextComplexity( 
       string textString,
       int textLength,
       FontFace fontFace,
       out Bool isTextSimple,
       int textLengthRead,
       short[] glyphIndices
    )

    Parameters

    textString
    textLength
    fontFace
    isTextSimple
    textLengthRead
    glyphIndices
    See Also