In the spirit of simple vector images on Android that always look sharp, I was wondering if I can't use custom font paired with a string (or a character) as a Drawable
.
For instance, if I wanted to use a Webdings character as the drawable on a Button
, how would I do this?
I want the best font size to be selected (using dip
or sp
) so that I get no distortion on the image.
Do you have any ideas how I can accomplish this goal?
Thanks!