tags:

views:

90

answers:

1

I would like to have an app include a custom font for rendering text, load it, and then use it with standard elements like StaticText. Is this possible?

+2  A: 

Yes you can, you jsut can't define it into xml layouts. You need to use it dynamically each time. Check this tutorial for instance

Sephy