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

In This Topic
    SetTypography Method
    In This Topic
    HRESULT IDWriteTextLayout::SetTypography([In] IDWriteTypography* typography,[In] DWRITE_TEXT_RANGE textRange)
    Syntax
    'Declaration
     
    Public Sub SetTypography( _
       ByVal typography As Typography, _
       ByVal textRange As TextRange _
    ) 
    public void SetTypography( 
       Typography typography,
       TextRange textRange
    )

    Parameters

    typography
    textRange
    See Also