ComponentOne Bitmap for UWP
SetFontSize Method

C1.UWP.DX Assembly > C1.Util.DX.DirectWrite Namespace > TextLayout Class : SetFontSize Method
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

Reference

TextLayout Class
TextLayout Members