Trying to create a widget with custom fonts, but read that widget doesn't support custom font.
I thought that I could create 10 png's for every number(0-10, not going to use abc ect).
By using that method I need to create several imageviews... that seems a waste of views.
So if I want to have the number 1337 I need 4 ImageViews. Isn't there a way to merge the png's (R.drawable), so I get a Bitmap or something and only one 1 ImageView?