Click or drag to resize

ITextBufferSetItalic Method

Sets the italic flag for the specified text range.

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

Parameters

range
Type: Eto.FormsRangeInt32
Range to set the italics.
italic
Type: SystemBoolean
If set to true, then text will be italic.
See Also