Hi,

I have written an application using FreeType from a number of separate threads, 
and am noticing occasional crashes at certain points. The fact that the 
documentation states that the library is thread safe would lead me to assume 
that the way I'm using it, with a single shared FT_Library instance, and a 
single instance of each FT_Face, shared amongst all threads, is valid. All the 
exceptions I've seen so far are related to memory freeing.

Any suggestions?
_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to