[SOLVED] Text is sharp in Editor and blurred in game

Hey, I have some of text inside my game but most of them are quite blur, I have tried changing their size but it does not affect their clearity.

Inside Editor:
issue01

Inside Game:
issue02

Font Settings:

Element Text Settings inside editor:

How can I increase pixels of font ?

Can you post the project link please.

Have you tried enabling ‘Device Pixel Ratio’ in your scene Settings?

https://developer.playcanvas.com/en/user-manual/designer/settings/#device-pixel-ratio

Fixed the issue by changing rendering resolution from settings from 1280x720 to 1920x1080
Thanks anyway.

Late to the party, but hope this might help someone…

I was having a similar issue where TTF font looked sharp in the IDE, but appeared alpha-esk in game.

I found that I could counter this by updating the Outline Thickness property to about 0.4 and the Outline Colour to the same colour as the font text. I was expecting a more bold style to appear, but it appeared to just get sharper in game.

Properties to update:

Before:
Screen Shot 2021-10-19 at 17.21.37

After:
Screen Shot 2021-10-19 at 17.21.16

Cheers,
Isaac

3 Likes