ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / SetFontStretch Method

In This Topic
    SetFontStretch Method
    In This Topic
    HRESULT IDWriteTextLayout::SetFontStretch([In] DWRITE_FONT_STRETCH fontStretch,[In] DWRITE_TEXT_RANGE textRange)
    Syntax
    'Declaration
     
    Public Sub SetFontStretch( _
       ByVal fontStretch As FontStretch, _
       ByVal textRange As TextRange _
    ) 
    public void SetFontStretch( 
       FontStretch fontStretch,
       TextRange textRange
    )

    Parameters

    fontStretch
    textRange
    See Also