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