开发者

How to make Android drawText fonts better looking?

开发者 https://www.devze.com 2023-03-07 23:45 出处:网络
I\'m trying to write text on a canvas using dra开发者_如何学JAVAwText. And i use font size 20 here.

I'm trying to write text on a canvas using dra开发者_如何学JAVAwText. And i use font size 20 here.

How to make Android drawText fonts better looking?

But the text appears to be not very nice. Does any one knows how to change the font in to a better one. If there are ways other than using drawText please give me some examples.


Try setting antiAlias on your paint.

textPaint.setAntiAlias(true);
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号