I have added an external font in /assets directory, and manually doing setFacetype(font).
Isn’t there a general way to set the whole application to use a specific font if you have added it external? Or do you have to use Android’s selected fonts in order to achieve this?
I have added an external font in /assets directory, and manually doing setFacetype(font). Isn’t
Share
You cannot use your custom fonts through to whole application in a general way.
You cannot set your custom fonts through xml files.
You have to use the
Typefacefunctions in your code to use your custom fonts within your application.