How to adjust text kerning in Android TextView?

后端 未结 12 1575
醉话见心
醉话见心 2020-11-30 20:20

Is there a way to adjust the spacing between characters in an Android TextView? I believe this is typically called \"kerning\".

I\'m aware of the

12条回答
  •  死守一世寂寞
    2020-11-30 21:01

    The only way I found to adjust the kerning, is to create a custom font in which the glyph advance is altered.

提交回复
热议问题