C# Class ICSharpCode.AvalonEdit.Rendering.SingleCharacterElementGenerator.SpecialCharacterBoxElement

Inheritance: ICSharpCode.AvalonEdit.Rendering.FormattedTextElement
Mostrar archivo Open project: kjk/kjkpub

Public Methods

Method Description
CreateTextRun ( int startVisualColumn, ITextRunConstructionContext context ) : System.Windows.Media.TextFormatting.TextRun
SpecialCharacterBoxElement ( System.Windows.Media.FormattedText text ) : System

Method Details

CreateTextRun() public method

public CreateTextRun ( int startVisualColumn, ITextRunConstructionContext context ) : System.Windows.Media.TextFormatting.TextRun
startVisualColumn int
context ITextRunConstructionContext
return System.Windows.Media.TextFormatting.TextRun

SpecialCharacterBoxElement() public method

public SpecialCharacterBoxElement ( System.Windows.Media.FormattedText text ) : System
text System.Windows.Media.FormattedText
return System