In Android device or emulator, there will be a set of fonts available as system fonts. The list of fonts can be obtained by using this API AvailableFonts
Questions:
- How to display a TextView with the fonts available in the System fonts?
- How to use a custom font (like Arial black)?
- How to make a custom font available as system font? (that is, how to use the custom font to display a TextView without the need to add the font in the application resource)