How to change fontFamily of TextView in Android
I had to parse /system/etc/fonts.xml in a recent project. Here are the current font families as of Lollipop: Here is the parser (based off FontListParser ): Feel free to use the above class in your project. For example,...