Edit

kc3-lang/freetype/src/base

Branch :

  • Show log

    Commit

  • Author : Werner Lemberg
    Date : 2018-01-06 08:39:36
    Hash : 3758aed7
    Message : 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.