How can I scale a Bitmapfont object in LibGDX? It seems the method setScale is no longer available.
It is not recommended to scale Bitmap font, because it looks pixlated when enlarged(which I believe is ugly)
It is recommended to use freetype generator for resizing your fonts
If you still want use bitmapFont Tenfour04 is correct