< prev index next >

src/java.desktop/share/native/libfreetype/src/cid/cidtoken.h

Print this page


   1 /****************************************************************************
   2  *
   3  * cidtoken.h
   4  *
   5  *   CID token definitions (specification only).
   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 #undef  FT_STRUCTURE
  20 #define FT_STRUCTURE  CID_FaceInfoRec
  21 #undef  T1CODE
  22 #define T1CODE        T1_FIELD_LOCATION_CID_INFO
  23 
  24   T1_FIELD_KEY      ( "CIDFontName",    cid_font_name, 0 )
  25   T1_FIELD_FIXED    ( "CIDFontVersion", cid_version,   0 )
  26   T1_FIELD_NUM      ( "CIDFontType",    cid_font_type, 0 )
  27   T1_FIELD_STRING   ( "Registry",       registry,      0 )


   1 /****************************************************************************
   2  *
   3  * cidtoken.h
   4  *
   5  *   CID token definitions (specification only).
   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 #undef  FT_STRUCTURE
  20 #define FT_STRUCTURE  CID_FaceInfoRec
  21 #undef  T1CODE
  22 #define T1CODE        T1_FIELD_LOCATION_CID_INFO
  23 
  24   T1_FIELD_KEY      ( "CIDFontName",    cid_font_name, 0 )
  25   T1_FIELD_FIXED    ( "CIDFontVersion", cid_version,   0 )
  26   T1_FIELD_NUM      ( "CIDFontType",    cid_font_type, 0 )
  27   T1_FIELD_STRING   ( "Registry",       registry,      0 )


< prev index next >