C# Class SystemUtils.FontRenderer

Afficher le fichier Open project: vogon101/BasicOS Class Usage Examples

Méthodes publiques

Méthode Description
FontRenderer ( DisplayDriver dd, Font f, int sc = 2 ) : Display
renderChar ( int x, int y, char c ) : void
renderChar ( int x, int y, char c, int color ) : void
renderString ( int x, int y, string text, int gap = 2 ) : void
renderString ( int x, int y, string text, int color, int gap = 2, int nlgap = 2 ) : void

Method Details

FontRenderer() public méthode

public FontRenderer ( DisplayDriver dd, Font f, int sc = 2 ) : Display
dd Display.DisplayDriver
f Font
sc int
Résultat Display

renderChar() public méthode

public renderChar ( int x, int y, char c ) : void
x int
y int
c char
Résultat void

renderChar() public méthode

public renderChar ( int x, int y, char c, int color ) : void
x int
y int
c char
color int
Résultat void

renderString() public méthode

public renderString ( int x, int y, string text, int gap = 2 ) : void
x int
y int
text string
gap int
Résultat void

renderString() public méthode

public renderString ( int x, int y, string text, int color, int gap = 2, int nlgap = 2 ) : void
x int
y int
text string
color int
gap int
nlgap int
Résultat void