| 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
Syntaxvoid SetFamily(
	Range<int> range,
	FontFamily family
)
Sub SetFamily ( 
	range As Range(Of Integer),
	family As FontFamily
)
abstract SetFamily : 
        range : Range<int> * 
        family : FontFamily -> unit 
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
See Also