开发者

How to make Android drawText fonts better looking?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜