ITextBufferSetBold Method  | 
 
            Sets the bold flag for the specified text range.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxvoid SetBold(
	Range<int> range,
	bool bold
)
Sub SetBold ( 
	range As Range(Of Integer),
	bold As Boolean
)
abstract SetBold : 
        range : Range<int> * 
        bold : bool -> unit 
Parameters
- range
 - Type: Eto.FormsRangeInt32
Range to set the font weight. - bold
 - Type: SystemBoolean
If set to true, then text will be bold. 
See Also