Bitmap fonts - what sizes?

Hi!

I’d like to know how do you deal with font sizes.

I think that the ideal scenario would be to have a separate font set for each font/size (eg. Arial-10, Arial-18, Arial-24, etc) but I guess that it may not be a good idea because the loading time and memory usage. Also I realized that create an unique BIG font and down size it to smaller texts won’t produce great results.

What’s the thumb of rule to deal with this?

Thanks!

You can combine bitmap fonts into an atlas, I think.

1 Like