StageConsole constructor

StageConsole()

Implementation

StageConsole() {
  BitmapData.load(_fontImage).then(_calculateGlyphs);
}