Since the update to the BBtext object to fix fonts, it seems the line height on previews and export is a bit squished. In addition to these screenshots, you can compare my app in Chrome and Firefox. This is a layer in the Studio when clicking the question mark icon at the bottom.
On Chrome, it looks more like the preview below without the extra space between the text objects and color charts. On Firefox, the spaces between lines are more visible and the color chart overlaps some of the text.
Scene Editor
I tried to add space between the lines
Preview
The space mentioned above is still there in the object, but it shrinks on preview
@Silver-Streak will explain more than me, he know so much about fonts.
@Phenomena We need to be sure at that come only in last build (n89), can you save your project and open it on previous build (b88), and take screenshoots for compare in preview and editor, if this is true this need to be reported on github. (We have lot of contributors currently maybe someone can help us)
But this is strange because use the resource loader (b89) or just a string(b88) is equal, because both use the name of the font for display it.
Itās not the font itself; Iām using the same one for tips on mouse over + the random ones that show on the main menu scene and thereās no issue with multiple lines. They are regular text objects though, whereas the texts in my screenshots are done with the BBtext object.
Iād have to download the older release, retake and upload all the images.
Unfortunately, Iām out of time today.
Bouh pinged me just because Iāve been dealing with lots of font issues in my game. Thereās 2 different things Iāve been experiencing, but what youāre describing is very similar to one of them.
Hi, just had a look at your report and itās probably related, if not exactly the same problem. I tried other fonts too and am using it elsewhere in the app without an issue though, thatās why I said it doesnāt seem specific to the font. Not trying to be mean or uncooperative here, but doing as Bouh suggests will have to wait as I have other plans tonight.
Take your time, this can be done when you want. Contributors are present, others come each week now and they will stay here for a long time i hope
If something has change betweens two build this allow us to see the code changed in the past, and better understand what going on for thinking a new fix.
I think lineHeight is missing, or the value by default should be the value living in the font file, what you think?
Itās cool the issue seem global, and not just on GDevelop, in this case digging forums can help, we need research and more comments for understand.