Hi,
Is it possible to display text that follows a curved line like say a circle with coding so not bitmapped ?
Now I'm using a dc.drawText command but that is only horizontally.
Kind regards,
Dirkvd001
Here's a quick proof of concept.
What's the point of a proof of concept without sharing an explanation? Even the gif could be fake.
function onUpdate(dc) {
dc.setColor(Gfx.COLOR_BLUE, Gfx.COLOR_BLACK);
//Draw line
var offset = 70;…