[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] use of FT_New_Library function
From: |
Lawrence D'Oliveiro |
Subject: |
Re: [ft] use of FT_New_Library function |
Date: |
Sat, 7 Mar 2015 11:49:40 +1300 |
On Fri, 06 Mar 2015 23:23:13 +0100 (CET), Werner LEMBERG wrote:
>> So you see, the FT_Memory object you pass is expected to remain
>> valid for the life of the FT_Library.
>
> Shall something be added to the documentation? If yes, can you
> provide a patch?
Sure, how about, for
<http://www.freetype.org/freetype2/docs/reference/ft2-module_management.html#FT_New_Library>:
-This function is used to create a new FreeType library instance from a
given memory object.
+This function is used to create a new FreeType library instance from a
given memory object. Note that the FT_Memory structure is expected to
remain valid for the life of the FT_Library object.