• Show log

    Commit

  • Hash : 3758aed7
    Author : Werner Lemberg
    Date : 2018-01-06T08:39:36

    Add `FT_Done_MM_Var'.
    
    This is necessary in case the application's memory routines differ
    from FreeType.  A typical example is a Python application on Windows
    that calls FreeType compiled as a DLL via the `ctypes' interface.
    
    * include/freetype/ftmm.h, src/base/ftmm.c (FT_Done_MM_Var): Declare
    and define.
    
    * docs/CHANGES: Updated.