From 5dedbc048f0efaab3d3b32fc9c60eb4567114723 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 22 Oct 2015 07:22:55 +0200 Subject: [PATCH] Improve documentation of `FT_Get_MM_Var' and `FT_MM_Var'. --- include/freetype/ftmm.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/freetype/ftmm.h b/include/freetype/ftmm.h index 6ef47987e..96dd66e14 100644 --- a/include/freetype/ftmm.h +++ b/include/freetype/ftmm.h @@ -203,9 +203,13 @@ FT_BEGIN_HEADER /* */ /* axis :: An axis descriptor table. */ /* GX fonts contain slightly more data than MM. */ + /* Memory management of this pointer is done */ + /* internally by FreeType. */ /* */ /* namedstyle :: A named style table. */ /* Only meaningful with GX. */ + /* Memory management of this pointer is done */ + /* internally by FreeType. */ /* */ typedef struct FT_MM_Var_ { @@ -255,7 +259,8 @@ FT_BEGIN_HEADER /* */ /* */ /* amaster :: The Multiple Masters/GX var descriptor. */ - /* Allocates a data structure, which the user must free. */ + /* Allocates a data structure, which the user must */ + /* deallocate with `free' after use. */ /* */ /* */ /* FreeType error code. 0~means success. */