AvalonEdit
SetFontStyle Method (offset, length, style)
NamespacesICSharpCode.AvalonEdit.HighlightingRichTextModelSetFontStyle(Int32, Int32, FontStyle)
Sets the font style on the specified text segment.
Declaration Syntax
C#Visual BasicVisual C++
public void SetFontStyle(
	int offset,
	int length,
	FontStyle style
)
Public Sub SetFontStyle ( _
	offset As Integer, _
	length As Integer, _
	style As FontStyle _
)
public:
void SetFontStyle(
	int offset, 
	int length, 
	FontStyle style
)
Parameters
offset (Int32)
length (Int32)
style (FontStyle)

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238