quil

grounded_sage 2023-11-17T22:55:01.097729Z

Is there a trick to nicely rendered fonts when working JVM side?

2023-11-18T15:30:45.619789Z

Could you explain your problem a bit better?

grounded_sage 2023-11-18T15:36:05.257079Z

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.

2023-11-19T14:27:53.684349Z

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 🤷🏻‍♂️

grounded_sage 2023-11-19T14:41:46.174909Z

I forgot hardware and OS would be a major consideration here.