Hi, I have a text initialized like so:
await Assets.load({ alias: 'Inter', src: inter });
when I use it in a regular Text object, it is sharp, but when using a BitmapText, the resulting text is kind of blurry, how to increase the resolution of the underlying bitmap font so it appears sharper?
Thank you