ComponentOne Bitmap for UWP
SetFontWeight Method

C1.UWP.DX Assembly > C1.Util.DX.DirectWrite Namespace > TextLayout Class : SetFontWeight Method
HRESULT IDWriteTextLayout::SetFontWeight([In] DWRITE_FONT_WEIGHT fontWeight,[In] DWRITE_TEXT_RANGE textRange)
Syntax
'Declaration
 
Public Sub SetFontWeight( _
   ByVal fontWeight As FontWeight, _
   ByVal textRange As TextRange _
) 
public void SetFontWeight( 
   FontWeight fontWeight,
   TextRange textRange
)

Parameters

fontWeight
textRange
See Also

Reference

TextLayout Class
TextLayout Members