How to adjust text kerning in Android TextView?

AFAIK, you cannot adjust kerning in TextView You may be able to adjust kerning if you draw the text on the Canvas yourself using the 2D graphics APIs.

AFAIK, you cannot adjust kerning in TextView. You may be able to adjust kerning if you draw the text on the Canvas yourself using the 2D graphics APIs.

Well, I guess that's that then. Cheers, Mike – emmby Nov 6 '09 at 2:17.

You can also try using a SpanningString but you would need to parse it and change the character spacing for each of the words.

I believe this is typically called "kerning". I'm aware of the android:textScaleX attribute, but that compresses the characters along with the spacing.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions