[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.TextAnalyzer1.GetTextComplexity

GetTextComplexity Method

GetTextComplexity(string, int, FontFace, out Bool, int, short[])

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)

Declaration
public void GetTextComplexity(string textString, int textLength, FontFace fontFace, out Bool isTextSimple, int textLengthRead, short[] glyphIndices)
Public Sub GetTextComplexity(textString As String, textLength As Integer, fontFace As FontFace, ByRef isTextSimple As Bool, textLengthRead As Integer, glyphIndices As Short())
Parameters
Type Name Description
string textString
int textLength
FontFace fontFace
Bool isTextSimple
int textLengthRead
short[] glyphIndices