private void drawChar(char c, int x, int y) {
   myBitmapFont.draw(myDelegate, c, x, y);
 }