在我的应用程序上使用 Android 自定义字体时如何启用抗锯齿?
How to enable antialiasing when using Android Custom fonts on my App?
我删除了 chrisjenx/Calligraphy 库以在 Android 应用程序 android official documentation 上使用本机字体 XML。
替换 activity 很简单,但现在字体渲染时没有抗锯齿,在浅色字体中差异很明显。
我使用了相同的 ttf 字体 (lato-light.ttf).
有什么帮助或想法吗?
顶部是原生渲染的,
底部是书法渲染
字体是Lato - Light
我找到的唯一解决方案是 return 返回 chrisjenx/Calligraphy 库。
我删除了 chrisjenx/Calligraphy 库以在 Android 应用程序 android official documentation 上使用本机字体 XML。
替换 activity 很简单,但现在字体渲染时没有抗锯齿,在浅色字体中差异很明显。 我使用了相同的 ttf 字体 (lato-light.ttf).
有什么帮助或想法吗?
顶部是原生渲染的, 底部是书法渲染
字体是Lato - Light
我找到的唯一解决方案是 return 返回 chrisjenx/Calligraphy 库。