[]
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)
public void GetTextComplexity(string textString, int textLength, FontFace fontFace, out Bool isTextSimple, int textLengthRead, short[] glyphIndices)
Type | Name | Description |
---|---|---|
string | textString | |
int | textLength | |
FontFace | fontFace | |
Bool | isTextSimple | |
int | textLengthRead | |
short[] | glyphIndices |