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