public BitmapFontRegion(TextureRegion2D textureRegion, BitmapFontChar fontCharacter)
 {
     TextureRegion = textureRegion;
     FontCharacter = fontCharacter;
 }
 public BitmapFontRegion(TextureRegion2D textureRegion, BitmapFontChar fontCharacter)
 {
     TextureRegion = textureRegion;
     FontCharacter = fontCharacter;
 }