public static void DrawTextStretched(this SpriteBatch batch, FontRenderer fontRenderer, string text, Rectangle borders, Color color)
 {
     fontRenderer.DrawTextStretched(batch, text, borders, color);
 }