Edit

kc3-lang/freetype/docs

Branch :

  • Show log

    Commit

  • Author : David Turner
    Date : 2002-07-08 23:02:32
    Hash : 02c3aede
    Message : * docs/DEBUG.TXT: adding debugging support documentation * src/base/ftdebug.c (ft_debug_init), builds/win32/ftdebug.c (ft_debug_init), builds/amiga/src/ftdebug.c (ft_debug_init): changed the syntax of the FT2_DEBUG environment variable used to control debugging output (i.e. logging and error messages). It must now look like: any:6 memory:4 io:3 or any:6,memory:4,io:3 or any:6;memory:4;io:3