Android:这个 Paint 标志有什么作用:DEV_KERN_TEXT_FLAG?
我找不到任何有关该标志用途的信息。有谁知道吗?
谢谢
I cannot find anything informative about the purpose of this flag. Does anyone know?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
字距调整是一种印刷技术。
Kerning is a typographical technique.
来自文档(http://developer.android.com/reference/android/graphics/Paint.html):
用于启用设备文本字距调整的标志的整数位掩码。
(或者这不算是信息丰富的东西?)
From the docs (http://developer.android.com/reference/android/graphics/Paint.html):
An integer bit mask for the flag enabling device kerning for text.
(or does that not count as something informative?)