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

In This Topic
    SetFontSize Method
    In This Topic
    HRESULT IDWriteTextLayout::SetFontSize([In] float fontSize,[In] DWRITE_TEXT_RANGE textRange)
    Syntax
    'Declaration
     
    Public Sub SetFontSize( _
       ByVal fontSize As System.Single, _
       ByVal textRange As TextRange _
    ) 
    public void SetFontSize( 
       System.float fontSize,
       TextRange textRange
    )

    Parameters

    fontSize
    textRange
    See Also