Hi all,
I have a Qt application that requires me to validate the font resources. Basically I have a file ex font.ttf or font.otf that I would like to load in Qt and see if it's a valid file.
Basically my validation I think would need to consist of the following,
1) load the font resource (load face)
2) get the face properties
3) create a glyph container for the loaded font resource
4) see if I could load each glyph present and if failed then conclude that the font file is bad.
Thanks
Bookmarks