Click or drag to resize

ITextBufferSetFont Method

Sets the font for the specified text range.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void SetFont(
	Range<int> range,
	Font font
)

Parameters

range
Type: Eto.FormsRangeInt32
Range to set the font.
font
Type: Eto.DrawingFont
Font for the text in the range.
See Also