Question

I am trying to use the AndroidClock typeface on Android 2.2.2, well because it looks good, but when I go to use it only some of the text is set.

AndroidClock.ttf

Its extremely odd. Anyone have any idea?

I am using this to set the typeface

mCountdown.setTypeface(Typeface.createFromAsset(getAssets(), "AndroidClock.ttf"));

And this is what it looks like normally

Countdown

Heres the font in font viewer or what ever you want to call it

Font

Was it helpful?

Solution

Reason that it wasn't working... the typeface I was using only actually used the letters A, P and M, for AM and PM, numbers worked fine for obvious reasons.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top