ref: 4d7447b46620e7c316ae12780dfba7fd6a8e56b9
parent: 7734a1f720b185a3b0b6fe3b009202c58e0b5f18
author: Werner Lemberg <[email protected]>
date: Wed Oct 12 01:56:01 EDT 2005
Mention multi-threading.
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -337,6 +337,9 @@
/* It also embeds a memory manager (see @FT_Memory), as well as a */
/* scan-line converter object (see @FT_Raster). */
/* */
+ /* For multi-threading applications each thread should have its own */
+ /* FT_Library object. */
+ /* */
/* <Note> */
/* Library objects are normally created by @FT_Init_FreeType, and */
/* destroyed with @FT_Done_FreeType. */