Click or drag to resize

ITextBufferSetBold Method

Sets the bold flag for the specified text range.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void SetBold(
	Range<int> range,
	bool bold
)

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