Text not clear in cocos2d js (Web Browser)

Hi All,

Is that font issue resolved in Cocos2d js? I am still getting the issue, text is not clear (LabelTTF). I have changed many fonts and also tried different resolution ratio. But no luck so far.

Plz Help!

Check the actual browser viewport vs your resolution policy setting

Resolution Size is 1136x640 and policy is SHOW_ALL
also viewport size is 1366x768

I had the same issue, this is probably a LabelTTF bug. It doesn’t take into account the contentScaleFactor value. You can use a workaround. Just use two times bigger font size and then set scale to 0.5.

yes, I did the same.Also if you are using canvas mode then it is pretty well than webGl mode