GetLocaleName Method (TextLayout)
In This Topic
Gets the locale name of the text at the specified position.
Overload List
Overload | Description |
GetLocaleName(Int32) | Gets the locale name of the text at the specified position. |
GetLocaleName(Int32,TextRange) | Gets the locale name of the text at the specified position. |
GetLocaleName(Int32,IntPtr,Int32,TextRange) | HRESULT IDWriteTextLayout::GetLocaleName([In] unsigned int currentPosition,[Out, Buffer] wchar_t* localeName,[In] unsigned int nameSize,[Out, Optional] DWRITE_TEXT_RANGE* textRange) |
GetLocaleName | HRESULT IDWriteTextFormat::GetLocaleName([Out, Buffer] wchar_t* localeName,[In] unsigned int nameSize) (Inherited from C1.Util.DX.DirectWrite.TextFormat) |
See Also