C# Class LayoutFarm.TextBreak.TextBuffer

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

Public Methods

Method Description
AddWord ( char wordBuffer ) : void
Freeze ( ) : void
GetChar ( int index ) : char
GetString ( int index, int len ) : string
TextBuffer ( int initCapacity ) : System

Method Details

AddWord() public method

public AddWord ( char wordBuffer ) : void
wordBuffer char
return void

Freeze() public method

public Freeze ( ) : void
return void

GetChar() public method

public GetChar ( int index ) : char
index int
return char

GetString() public method

public GetString ( int index, int len ) : string
index int
len int
return string

TextBuffer() public method

public TextBuffer ( int initCapacity ) : System
initCapacity int
return System