Trying to create a widget with custom fonts, but read that the widget does not support custom fonts.
I thought I could create 10 png for each number (0-10 without using abcctct).
Using this method, I need to create several images. This seems like a waste of views.
So, if I want to have the number 1337, I need 4 ImageViews. Isn't there a way to merge png (R.drawable), so I get a bitmap or something else and only one ImageView?
Draon source
share