Script that rescales a font project-wide

Just a simple Python script that lets you easily increase a font’s native scale without messing up all the GUIs in the process. It’s quick and dirty and doesn’t handle game object labels yet, but it did the job for what I needed it:

https://github.com/dapetcu21/defold-rescale-font

7 Likes

Ooh, how I needed such thing a while ago :sweat_smile: thanks!