i want to use a custom police for my android application (myriad pro regular), where can i find it. i mean an android font like saxmono.ttf
Asked
Active
Viewed 1,196 times
1 Answers
0
A quick Google search turns up a number of sites offering the Myriad Pro Regular font.
To use this in Android, you have a few options:
- Use a library such as Calligraphy
- Use a custom TextView subclass such as the one described in this answer
- Call
setTypeFace()
directly on all the TextViews you want to use your font with.

Community
- 1
- 1

Bryan Herbst
- 66,602
- 10
- 133
- 120