I have a purely native NDK application for Android, and you need to display the text in each frame. I read the posts saying that I need to create one image file with all the characters in my font, and then display each character as a square from this image. That sounds like a lot of work, and I don’t know where to get such an image file for a simple font like Arial. Is there an alternative, simpler approach to drawing text in a purely native Android application?
Or, where can I get such an image file to make my own font rendering?
source
share