I wonder what's the best solution to get FreeType's error strings from its
error numbers?  E.g. "cannot open resource" from `FT_THROW(
Cannot_Open_Resource )'.  Since I cannot locate anything in the docs I
wonder if

 
https://stackoverflow.com/questions/31161284/how-can-i-get-the-corresponding
-error-string-from-an-ft-error-code

is the best solution (seems quite hacky :P) and/or if I (or someone else)
should add a function like `strerror' to FreeType's API?


_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to