IDWriteTextAnalysisSource.GetLocaleName

<summary> Get locale name on the range affected by it. </summary> <param name="textPosition">Position to get the locale name of.</param> <param name="textLength">Receives the length from the given position up to the next differing locale.</param> <param name="localeName">Address that receives a pointer to the locale at the specified position.</param> <remarks> The localeName pointer must remain valid until the next call or until the analysis returns. </remarks>

interface IDWriteTextAnalysisSource
extern (Windows)
HRESULT
GetLocaleName
(
,
UINT32* textLength
,
const(WCHAR*)* localeName
)

Meta