Click or drag to resize

ITextBufferSetFamily Method

Sets the font family for the specified text range.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void SetFamily(
	Range<int> range,
	FontFamily family
)

Parameters

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