On Fri, 11 Nov 2016 14:27:43 +0100, YuGiOhJCJ Mailing-List wrote:
> error = FT_Load_Glyph(face, glyph_index, 0);
> if(error != 0)
> {
> fprintf(stderr, "Unable to load the glyph image.\n");
> exit(EXIT_FAILURE);
> }
>
> Unfortunately, when I try to call the "FT_Load_Glyph" function, the
> returned value is not 0 (which means that there is a failure): ---
What is the error?
_______________________________________________
Freetype mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype