| ITextBufferSetFont Method  | 
 
            Sets the font for the specified text range.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxvoid SetFont(
	Range<int> range,
	Font font
)
Sub SetFont ( 
	range As Range(Of Integer),
	font As Font
)
abstract SetFont : 
        range : Range<int> * 
        font : Font -> unit 
Parameters
- range
- Type: Eto.FormsRangeInt32
 Range to set the font.
- font
- Type: Eto.DrawingFont
 Font for the text in the range.
 See Also
See Also