Curved text on Circular watch display

You would probably have to use an image; there is no native support for rotating label text in this manner.

(Technically, you could do it by using a canvas and drawing each letter one at a time with rotation, but I think this would be too slow and complex.)

(cc @kisvegabor)