C# Class Texter.TextImage

Inheritance: ITextRenderer
ファイルを表示 Open project: Rohansi/Texter

Public Methods

Method Description
Get ( int x, int y ) : Character
Set ( int x, int y, Character character, bool useBlending = true ) : void
TextImage ( uint width, uint height )

Constructs a text image.

Method Details

Get() public method

public Get ( int x, int y ) : Character
x int
y int
return Character

Set() public method

public Set ( int x, int y, Character character, bool useBlending = true ) : void
x int
y int
character Character
useBlending bool
return void

TextImage() public method

Constructs a text image.
public TextImage ( uint width, uint height )
width uint Width in characters
height uint Height in characters