< prev index next >

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

Print this page


   1 /****************************************************************************
   2  *
   3  * pshints.h
   4  *
   5  *   Interface to Postscript-specific (Type 1 and Type 2) hints
   6  *   recorders (specification only).  These are used to support native
   7  *   T1/T2 hints in the 'type1', 'cid', and 'cff' font drivers.
   8  *
   9  * Copyright (C) 2001-2019 by
  10  * David Turner, Robert Wilhelm, and Werner Lemberg.
  11  *
  12  * This file is part of the FreeType project, and may only be used,
  13  * modified, and distributed under the terms of the FreeType project
  14  * license, LICENSE.TXT.  By continuing to use, modify, or distribute
  15  * this file you indicate that you have read the license and
  16  * understand and accept it fully.
  17  *
  18  */
  19 
  20 
  21 #ifndef PSHINTS_H_
  22 #define PSHINTS_H_
  23 
  24 
  25 #include <ft2build.h>
  26 #include FT_FREETYPE_H
  27 #include FT_TYPE1_TABLES_H
  28 
  29 


   1 /****************************************************************************
   2  *
   3  * pshints.h
   4  *
   5  *   Interface to Postscript-specific (Type 1 and Type 2) hints
   6  *   recorders (specification only).  These are used to support native
   7  *   T1/T2 hints in the 'type1', 'cid', and 'cff' font drivers.
   8  *
   9  * Copyright (C) 2001-2020 by
  10  * David Turner, Robert Wilhelm, and Werner Lemberg.
  11  *
  12  * This file is part of the FreeType project, and may only be used,
  13  * modified, and distributed under the terms of the FreeType project
  14  * license, LICENSE.TXT.  By continuing to use, modify, or distribute
  15  * this file you indicate that you have read the license and
  16  * understand and accept it fully.
  17  *
  18  */
  19 
  20 
  21 #ifndef PSHINTS_H_
  22 #define PSHINTS_H_
  23 
  24 
  25 #include <ft2build.h>
  26 #include FT_FREETYPE_H
  27 #include FT_TYPE1_TABLES_H
  28 
  29 


< prev index next >