Mention multi-threading.
This commit is contained in:
parent
7734a1f720
commit
4d7447b466
|
@ -337,6 +337,9 @@ FT_BEGIN_HEADER
|
||||||
/* It also embeds a memory manager (see @FT_Memory), as well as a */
|
/* It also embeds a memory manager (see @FT_Memory), as well as a */
|
||||||
/* scan-line converter object (see @FT_Raster). */
|
/* scan-line converter object (see @FT_Raster). */
|
||||||
/* */
|
/* */
|
||||||
|
/* For multi-threading applications each thread should have its own */
|
||||||
|
/* FT_Library object. */
|
||||||
|
/* */
|
||||||
/* <Note> */
|
/* <Note> */
|
||||||
/* Library objects are normally created by @FT_Init_FreeType, and */
|
/* Library objects are normally created by @FT_Init_FreeType, and */
|
||||||
/* destroyed with @FT_Done_FreeType. */
|
/* destroyed with @FT_Done_FreeType. */
|
||||||
|
|
Loading…
Reference in New Issue