How to get on-canvas text to look smooth?

I'm rendering text on a canvas (in this case in a chrome extension popup) and it looks really fuzzy. Anyone know how to render it so it looks as good as the off-canvas text?

Screen Shot 2016-01-13 at 11.17.26 AM

Tagged:

Answers

  • edited March 2016

    I don't know if this is your problem, but I've seen similar behavior if I call text in draw() without a background.

    If text is called in draw the text is written in the same place over and over and the alpha values get all screwed up.

    If this isn't your problem could you post the code?

  • Try noStroke()

  • Pls post your code, and format it properly.

Sign In or Register to comment.