< prev index next >

src/java.desktop/share/native/libfreetype/include/freetype/internal/ftdebug.h

Print this page


   1 /****************************************************************************
   2  *
   3  * ftdebug.h
   4  *
   5  *   Debugging and logging component (specification).
   6  *
   7  * Copyright (C) 1996-2019 by
   8  * David Turner, Robert Wilhelm, and Werner Lemberg.
   9  *
  10  * This file is part of the FreeType project, and may only be used,
  11  * modified, and distributed under the terms of the FreeType project
  12  * license, LICENSE.TXT.  By continuing to use, modify, or distribute
  13  * this file you indicate that you have read the license and
  14  * understand and accept it fully.
  15  *
  16  *
  17  * IMPORTANT: A description of FreeType's debugging support can be
  18  *             found in 'docs/DEBUG.TXT'.  Read it if you need to use or
  19  *             understand this code.
  20  *
  21  */
  22 
  23 
  24 #ifndef FTDEBUG_H_
  25 #define FTDEBUG_H_
  26 
  27 


   1 /****************************************************************************
   2  *
   3  * ftdebug.h
   4  *
   5  *   Debugging and logging component (specification).
   6  *
   7  * Copyright (C) 1996-2020 by
   8  * David Turner, Robert Wilhelm, and Werner Lemberg.
   9  *
  10  * This file is part of the FreeType project, and may only be used,
  11  * modified, and distributed under the terms of the FreeType project
  12  * license, LICENSE.TXT.  By continuing to use, modify, or distribute
  13  * this file you indicate that you have read the license and
  14  * understand and accept it fully.
  15  *
  16  *
  17  * IMPORTANT: A description of FreeType's debugging support can be
  18  *             found in 'docs/DEBUG.TXT'.  Read it if you need to use or
  19  *             understand this code.
  20  *
  21  */
  22 
  23 
  24 #ifndef FTDEBUG_H_
  25 #define FTDEBUG_H_
  26 
  27 


< prev index next >