I’m trying to get a True Type Font (TTF) to work in my app.
“Action Man.ttf”
The documentation online says make sure its in the resource directory. So it is, as long as the resource directory is the root of the app build folder.
I managed to make the font work in the simulator by installing to my Windows OS, but once I build the .apk there is no font on the device.
I have tried removing spaces, and making the filename all lower case to no avail. According to the info online this should be working …
What is the correct way to include a font in an app?