< prev index next >

src/java.desktop/share/native/libfreetype/include/freetype/ftmoderr.h

Print this page


   1 /****************************************************************************
   2  *
   3  * ftmoderr.h
   4  *
   5  *   FreeType module error offsets (specification).
   6  *
   7  * Copyright (C) 2001-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 
  18 
  19   /**************************************************************************
  20    *
  21    * This file is used to define the FreeType module error codes.
  22    *
  23    * If the macro `FT_CONFIG_OPTION_USE_MODULE_ERRORS` in `ftoption.h` is
  24    * set, the lower byte of an error value identifies the error code as
  25    * usual.  In addition, the higher byte identifies the module.  For
  26    * example, the error `FT_Err_Invalid_File_Format` has value 0x0003, the
  27    * error `TT_Err_Invalid_File_Format` has value 0x1303, the error


   1 /****************************************************************************
   2  *
   3  * ftmoderr.h
   4  *
   5  *   FreeType module error offsets (specification).
   6  *
   7  * Copyright (C) 2001-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 
  18 
  19   /**************************************************************************
  20    *
  21    * This file is used to define the FreeType module error codes.
  22    *
  23    * If the macro `FT_CONFIG_OPTION_USE_MODULE_ERRORS` in `ftoption.h` is
  24    * set, the lower byte of an error value identifies the error code as
  25    * usual.  In addition, the higher byte identifies the module.  For
  26    * example, the error `FT_Err_Invalid_File_Format` has value 0x0003, the
  27    * error `TT_Err_Invalid_File_Format` has value 0x1303, the error


< prev index next >