开发者

Android: what does this Paint flag do: DEV_KERN_TEXT_FLAG?

开发者 https://www.devze.com 2023-02-14 07:34 出处:网络
I cannot find anything informative about the purp开发者_如何学Goose of this flag.Does anyone know?

I cannot find anything informative about the purp开发者_如何学Goose of this flag. Does anyone know?

Thank you


Kerning is a typographical technique.

Android: what does this Paint flag do: DEV_KERN_TEXT_FLAG?


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?)

0

精彩评论

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