< prev index next >

src/java.desktop/share/native/libfreetype/src/type1/t1parse.c

Print this page


   1 /****************************************************************************
   2  *
   3  * t1parse.c
   4  *
   5  *   Type 1 parser (body).
   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 
  18 
  19   /**************************************************************************
  20    *
  21    * The Type 1 parser is in charge of the following:
  22    *
  23    * - provide an implementation of a growing sequence of objects called
  24    *   a `T1_Table' (used to build various tables needed by the loader).
  25    *
  26    * - opening .pfb and .pfa files to extract their top-level and private
  27    *   dictionaries.


   1 /****************************************************************************
   2  *
   3  * t1parse.c
   4  *
   5  *   Type 1 parser (body).
   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 
  18 
  19   /**************************************************************************
  20    *
  21    * The Type 1 parser is in charge of the following:
  22    *
  23    * - provide an implementation of a growing sequence of objects called
  24    *   a `T1_Table' (used to build various tables needed by the loader).
  25    *
  26    * - opening .pfb and .pfa files to extract their top-level and private
  27    *   dictionaries.


< prev index next >