Is there a trick to nicely rendered fonts when working JVM side?
Could you explain your problem a bit better?
Just the rendering of the fonts are a bit blurry. I understand that fonts are hard generally in the graphics space. I was plotting text on the x and y axis of a graph and it’s quite blurry, not smooth. I’m unsure what it looks like in canvas on the browser as I didn’t get the fonts to render in my Quil example. I am dropping to the canvas API directly so I get a better understanding of the API. My idea picking up Quil was that I could prototype visualisations without the browser and port it across but I’m unsure about how well this will work.
Letterforms render fine on my machine. You might consider providing things like: what hardware, what OS, a minimal repro of your problem, &c, so I have somewhere to start in trying to help you. Otherwise I can only 🤷🏻♂️
I forgot hardware and OS would be a major consideration here.