Android 文本看起来非常模糊且绘制不正确

发布于 2024-11-25 00:34:07 字数 167 浏览 0 评论 0原文

将文本绘制到屏幕上时,文本本身会被截断,并且某些字符(例如 n)看起来像 r。总体来说很难读。我之前画过文字,看起来不错。想知道是否有人有任何煽动为什么会发生这种情况。这是一个屏幕截图的链接。
在此处输入图像描述

When drawing the text to the screen the text itself is getting chopped off and certain characters for example the n looks like an r. and overall very hard to read. I have drawn text before and it looked fine. Was wondering if any one had any incites to why this may be happening. Here is a link to a screen shot of what it looks like.
enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浪推晚风 2024-12-02 00:34:07

您是否尝试过:Paint Paint = new Paint(Paint.ANTI_ALIAS_FLAG);

Have you tried: Paint paint = new Paint(Paint.ANTI_ALIAS_FLAG);

橪书 2024-12-02 00:34:07

你的文字大小似乎是一个问题。尝试增加您正在使用的 TextView 的高度,应该没问题。

如果您使用画布来绘制文本,那么也许可以尝试增加文本/字体大小。

Your text size seem to be a problem. Try increasing the height of the TextView your are using, and it should be ok.

If you are using the canvas to draw text, then perhaps try increasing the text/font size.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文