Why does the text quality in Processing not look as good as Flash? In general it looks slightly grainy, and hard to read.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I had this problem as well. I found that if you continually overwrite the text (in the
drawloop for example) without ‘wiping’ the underlying surface (by callingbackgroundin thedrawloop for example) the text becomes jagged.I think this is because the semi-transparent corners on the letters due to antialiasing get written over and over until they become fully opaque.
Take a look at this example, (you will have to create a font ‘ArialMT-20’)