public void Draw(IRenderingContext renderContext)
 {
     FontSystem.Draw(renderContext, 5, font, displayed, position);
 }