https://bugzilla.redhat.com/show_bug.cgi?id=678397
--- Comment #32 from Steve Tyler <[email protected]> --- FreeType 2 is supposedly thread-safe.[1] However, there is a caveat for FT_Library.[2] [1] How portable is FreeType 2? ... The library doesn't use any static writable data at all, making it an ideal choice on various embedded systems (e.g., it can be run from ROM directly). It is completely thread-safe too. ... http://www.freetype.org/freetype2/docs/ft2faq.html [2] FT_Library Defined in FT_FREETYPE_H (freetype/freetype.h). ... In multi-threaded applications, make sure that the same FT_Library object or any of its children doesn't get accessed in parallel. ... http://www.freetype.org/freetype2/docs/reference/ft2-base_interface.html Found with a google search: http://www.google.com/#q=thread+safe+site:www.freetype.org -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=IAWK5YsYWx&a=cc_unsubscribe _______________________________________________ fonts-bugs mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs http://fonts.fedoraproject.org/
