C# Class LayoutFarm.Text.TextMan

Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
AddTextRunsToCurrentLine ( IEnumerable textRuns ) : void
AttachTextDomListener ( TextSurfaceEventListener listener ) : void
SplitCurrentLineIntoNewLine ( ) : void

Private Methods

Method Description
TextMan ( InternalTextLayerController innerTextMan, TextEditRenderBox visualTextSurface ) : System

Method Details

AddTextRunsToCurrentLine() public method

public AddTextRunsToCurrentLine ( IEnumerable textRuns ) : void
textRuns IEnumerable
return void

AttachTextDomListener() public method

public AttachTextDomListener ( TextSurfaceEventListener listener ) : void
listener TextSurfaceEventListener
return void

SplitCurrentLineIntoNewLine() public method

public SplitCurrentLineIntoNewLine ( ) : void
return void