Hi guys, I need some help understanding what I'm missing while configuring the character spacing for sprite fonts.
- This is the array I configured for Spacing Data:
[[14, "ÆŒ"], [13, "æœ"], [12, "@"], [11, "€©®"], [10,"MWmw#$¢Ð"], [9, "ABCDGHKNOPQRSTUVXYZ0123456789&£ÀÁÂÃÄÅÇÑÒÓÔÕÖØÙÚÛÜÝÞþß"], [8, "Eabcdeghknopqrsuvxyz~ÈÉÊËàáâãäåçèéêëðñòóôõöøùúûüýÿ"], [7, "FIJL%ÌÍÎÏ"], [6, "jt?-_\"()[]{}=*¿"], [5, "^°+<>"], [4, ",;/\\"], [3, "il.:!'¡|`ìíîï"]]
I added an extra blackslash for both " and \. But even that didn't solve the problem.
- Do I need to define a specific Character width/height beforehand? Or Spacing Data is supposed to override these settings?
Thanks in Advance.
Paulo.