ComponentOne Bitmap for UWP
SetFontStyle Method

C1.UWP.DX Assembly > C1.Util.DX.DirectWrite Namespace > TextLayout Class : SetFontStyle Method
HRESULT IDWriteTextLayout::SetFontStyle([In] DWRITE_FONT_STYLE fontStyle,[In] DWRITE_TEXT_RANGE textRange)
Syntax
'Declaration
 
Public Sub SetFontStyle( _
   ByVal fontStyle As FontStyle, _
   ByVal textRange As TextRange _
) 
public void SetFontStyle( 
   FontStyle fontStyle,
   TextRange textRange
)

Parameters

fontStyle
textRange
See Also

Reference

TextLayout Class
TextLayout Members