C1.Win.C1DX.4.8 Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / GetFontWeight Method / GetFontWeight(Int32,TextRange) Method

In This Topic
GetFontWeight(Int32,TextRange) Method
In This Topic
HRESULT IDWriteTextLayout::GetFontWeight([In] unsigned int currentPosition,[Out] DWRITE_FONT_WEIGHT* fontWeight,[Out, Optional] DWRITE_TEXT_RANGE* textRange)
Syntax
'Declaration
 
Public Overloads Function GetFontWeight( _
   ByVal currentPosition As System.Integer, _
   ByRef textRange As TextRange _
) As FontWeight
 

Parameters

currentPosition
textRange
See Also