Using a font and string as a Drawable

2019-07-20 06:38发布

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!

1条回答
Viruses.
2楼-- · 2019-07-20 07:02

You can check out my library IconicTextView It allows to use several iconic fonts to display vector images. Currently a subclass of TextView is used to display them but I'm working on rewriting it to use custom Drawable. The main issue here is selecting the best font size, I'm trying to find a way to auto adjust font size.

查看更多
登录 后发表回答