C# Class Graphics.TextBuffer

Inheritance: Graphics.Drawable
Afficher le fichier Open project: cartman300/SFMLTextBuffer

Méthodes publiques

Méthode Description
Clear ( char C = (char)0 ) : void
Clear ( char C, Graphics.Color Fg, Graphics.Color Bg ) : void
Draw ( RenderTarget R, RenderStates S ) : void
Get ( int Idx ) : TextBufferEntry
Get ( int X, int Y ) : TextBufferEntry
Print ( int X, int Y, string Str ) : void
Print ( int X, int Y, string Str, Graphics.Color Fg, Graphics.Color Bg ) : void
Print ( int I, string Str ) : void
Print ( int I, string Str, Graphics.Color Fg, Graphics.Color Bg ) : void
Set ( int Idx, Graphics.Color Fg, Graphics.Color Bg ) : void
Set ( int Idx, char C, Graphics.Color Fg, Graphics.Color Bg ) : void
Set ( int X, int Y, Graphics.Color Fg, Graphics.Color Bg ) : void
Set ( int X, int Y, char C, Graphics.Color Fg, Graphics.Color Bg ) : void
SetFontTexture ( Texture Fnt ) : void
TextBuffer ( uint W, uint H, Texture Fnt, int CharW = 8, int CharH = 12 ) : SFML.Graphics
this ( int Idx ) : TextBufferEntry
this ( int X, int Y ) : TextBufferEntry

Private Methods

Méthode Description
Update ( ) : void

Method Details

Clear() public méthode

public Clear ( char C = (char)0 ) : void
C char
Résultat void

Clear() public méthode

public Clear ( char C, Graphics.Color Fg, Graphics.Color Bg ) : void
C char
Fg Graphics.Color
Bg Graphics.Color
Résultat void

Draw() public méthode

public Draw ( RenderTarget R, RenderStates S ) : void
R RenderTarget
S RenderStates
Résultat void

Get() public méthode

public Get ( int Idx ) : TextBufferEntry
Idx int
Résultat TextBufferEntry

Get() public méthode

public Get ( int X, int Y ) : TextBufferEntry
X int
Y int
Résultat TextBufferEntry

Print() public méthode

public Print ( int X, int Y, string Str ) : void
X int
Y int
Str string
Résultat void

Print() public méthode

public Print ( int X, int Y, string Str, Graphics.Color Fg, Graphics.Color Bg ) : void
X int
Y int
Str string
Fg Graphics.Color
Bg Graphics.Color
Résultat void

Print() public méthode

public Print ( int I, string Str ) : void
I int
Str string
Résultat void

Print() public méthode

public Print ( int I, string Str, Graphics.Color Fg, Graphics.Color Bg ) : void
I int
Str string
Fg Graphics.Color
Bg Graphics.Color
Résultat void

Set() public méthode

public Set ( int Idx, Graphics.Color Fg, Graphics.Color Bg ) : void
Idx int
Fg Graphics.Color
Bg Graphics.Color
Résultat void

Set() public méthode

public Set ( int Idx, char C, Graphics.Color Fg, Graphics.Color Bg ) : void
Idx int
C char
Fg Graphics.Color
Bg Graphics.Color
Résultat void

Set() public méthode

public Set ( int X, int Y, Graphics.Color Fg, Graphics.Color Bg ) : void
X int
Y int
Fg Graphics.Color
Bg Graphics.Color
Résultat void

Set() public méthode

public Set ( int X, int Y, char C, Graphics.Color Fg, Graphics.Color Bg ) : void
X int
Y int
C char
Fg Graphics.Color
Bg Graphics.Color
Résultat void

SetFontTexture() public méthode

public SetFontTexture ( Texture Fnt ) : void
Fnt Texture
Résultat void

TextBuffer() public méthode

public TextBuffer ( uint W, uint H, Texture Fnt, int CharW = 8, int CharH = 12 ) : SFML.Graphics
W uint
H uint
Fnt Texture
CharW int
CharH int
Résultat SFML.Graphics

this() public méthode

public this ( int Idx ) : TextBufferEntry
Idx int
Résultat TextBufferEntry

this() public méthode

public this ( int X, int Y ) : TextBufferEntry
X int
Y int
Résultat TextBufferEntry