> I'm still working on the bitmaps and just ran into an interesting
> access violation that happens with using the API exactly (?) as it
> is intended to:
> 
>   FT_Load_Glyph( face, index, load_flags );
> 
>   FT_Get_Glyph( face->glyph, &glyph );
>   FT_Done_Glyph( glyph );
> 
>   FT_Get_Glyph( face->glyph, &glyph ); // fails with an
>                                        // access violation

Looks like a bug.  Please provide a simple compilable example that I
can use for debugging.


    Werner

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

Reply via email to