< prev index next >

src/java.desktop/share/native/libfreetype/src/base/ftrfork.c

Print this page


   1 /****************************************************************************
   2  *
   3  * ftrfork.c
   4  *
   5  *   Embedded resource forks accessor (body).
   6  *
   7  * Copyright (C) 2004-2019 by
   8  * Masatake YAMATO and Redhat K.K.
   9  *
  10  * FT_Raccess_Get_HeaderInfo() and raccess_guess_darwin_hfsplus() are
  11  * derived from ftobjs.c.
  12  *
  13  * This file is part of the FreeType project, and may only be used,
  14  * modified, and distributed under the terms of the FreeType project
  15  * license, LICENSE.TXT.  By continuing to use, modify, or distribute
  16  * this file you indicate that you have read the license and
  17  * understand and accept it fully.
  18  *
  19  */
  20 
  21 /****************************************************************************
  22  * Development of the code in this file is support of
  23  * Information-technology Promotion Agency, Japan.
  24  */
  25 
  26 
  27 #include <ft2build.h>


   1 /****************************************************************************
   2  *
   3  * ftrfork.c
   4  *
   5  *   Embedded resource forks accessor (body).
   6  *
   7  * Copyright (C) 2004-2020 by
   8  * Masatake YAMATO and Redhat K.K.
   9  *
  10  * FT_Raccess_Get_HeaderInfo() and raccess_guess_darwin_hfsplus() are
  11  * derived from ftobjs.c.
  12  *
  13  * This file is part of the FreeType project, and may only be used,
  14  * modified, and distributed under the terms of the FreeType project
  15  * license, LICENSE.TXT.  By continuing to use, modify, or distribute
  16  * this file you indicate that you have read the license and
  17  * understand and accept it fully.
  18  *
  19  */
  20 
  21 /****************************************************************************
  22  * Development of the code in this file is support of
  23  * Information-technology Promotion Agency, Japan.
  24  */
  25 
  26 
  27 #include <ft2build.h>


< prev index next >