shithub: freetype+ttf2subf

Download patch

ref: 5dedbc048f0efaab3d3b32fc9c60eb4567114723
parent: e484d36b2b124ee64c07d2fb735b85f09174e357
author: Werner Lemberg <[email protected]>
date: Thu Oct 22 03:22:55 EDT 2015

Improve documentation of `FT_Get_MM_Var' and `FT_MM_Var'.

git/fs: mount .git/fs: mount/attach disallowed
--- a/include/freetype/ftmm.h
+++ b/include/freetype/ftmm.h
@@ -203,9 +203,13 @@
   /*                                                                       */
   /*    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 @@
   /*                                                                       */
   /* <Output>                                                              */
   /*    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.                       */
   /*                                                                       */
   /* <Return>                                                              */
   /*    FreeType error code.  0~means success.                             */