Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: mishaps on December 22, 2013, 02:21:12 AM
-
text in all my uilabels with dynamic fonts seems to have offset upward after update. It doesn't seem centred in the bounding-box and has this gap at the bottom (see attachments). I will need to go thru my entire UI and move all my labels down a few pixels :(
Is there a padding setting causing this I missed somewhere or something?
-
The way the font's baseline is calculated is a hack as Unity provides no clear way to retrieve this information. I changed how it's done in 3.0.7, then again in 3.0.8. Try it when you get 3.0.8 and let me know if it's better.
-
cheers man, will do.
-
issues with my main font resolved by updating to 3.0.8 8)
my second font ("hand of sean") is still offset but I'm not using it much anyway so no big deal for me.
Thanks for the tip.