Hi,

I am not sure if this topic has been covered before since I was unable
to find it in search. I am using the following code to populate text
on screen. But the text is coming blurred instead of crisp (as it
comes with textview). What else do I need to do?


                        textpaint.setAntiAlias(true);
                        textpaint.setStyle(Style.FILL);
                        textpaint.setColor(Color.DKGRAY);
                        textpaint.setTypeface(font);
                        textpaint.setTextSize(fontsize);
                        textpaint.setTextAlign(Paint.Align.LEFT);

Thanks,

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to