I generate my BitmapFonts at runtime with GdxFreetype. As the parameter.size
is in pixels and I use a camera which scales up the scene, the font becomes blurry (even with texture filters at higher resolutions).
I need a way to create fonts based on the current resolution. How can I achieve that?