ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / SetFontWeight Method

In This Topic
    SetFontWeight Method
    In This Topic
    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