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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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. In case link is dead, here is a sum up of the stuff :
|
|||||||||
|
|
Your can take look in this thread as well to set custom fonts for all the views in your activity. |
|||
|
|