public void ExpandAtlas(int newWidth, int newHeight)
 {
     _fontSystem.ExpandAtlas(newWidth, newHeight);
 }