freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] FT_Load_Glyph returns an error


From: Lawrence D'Oliveiro
Subject: Re: [ft] FT_Load_Glyph returns an error
Date: Sat, 12 Nov 2016 08:23:55 +1300

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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]