Cocos creator label vertical alignment issue on mobile devices

I am using cocos creator v1.6.1, the labels are working fine with system font but If I use any custom ttf font then the vertical alignment is not correct on mobile devices.

Label in web browser:
desktop

Label in mobile devices
mobile

Following are label settings in editor:

The simplest and best way to align is widget component using.

1 Like

@mohakagr Did you ever sold your issue? I have a huge issue with this as well in both 1.10.2 and 2.1.0 versions of Cocos Creator. It makes my games look very bad. The worst part is that it is super random. In some devices it works and in some not.

I continued another topic about this as well with a lot of examples here: Cocos Creator 2.0.1 TTF Font issue

This is also affected by standard fonts but not as much.

I see that in your example your font moves downwards, while in my case all my fonts move up.

I tried using widget component together with Label component, but it doesn’t affect the end result in any way :(.

This is a really critical issue