Pixelated numbers in a watch

Hello,

It looked good with P2D renderer!

Do you have scaling set in Windows?
I have scaling set to 125% and often see this issue with the default renderer which is JAVA2D if it is not added to size().

Try another renderer (JAVA2D is default, FX2D or P2D):

This shows differences:

Search for this in the forum:

pixelDensity(1)

It appears to solve a lot of issues.

Reference:

:)