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

In This Topic
    SetFontStyle Method
    In This Topic
    HRESULT IDWriteTextLayout::SetFontStyle([In] DWRITE_FONT_STYLE fontStyle,[In] DWRITE_TEXT_RANGE textRange)
    Syntax
    'Declaration
     
    Public Sub SetFontStyle( _
       ByVal fontStyle As FontStyle, _
       ByVal textRange As TextRange _
    ) 
    public void SetFontStyle( 
       FontStyle fontStyle,
       TextRange textRange
    )

    Parameters

    fontStyle
    textRange
    See Also