Esempio n. 1
0
 public void WriteGlyph(int row, int col, Glyph glyph)
 {
     WriteCharacter(row, col, (int)glyph.Character, glyph.Color, glyph.BackgroundColor);
 }
Esempio n. 2
0
 public void SetGlyph(int row, int col, Glyph glyph)
 {
     SetCharacter(row, col, (int)glyph.Character, glyph.Color, glyph.BackgroundColor);
 }