< prev index next >

src/java.desktop/share/native/libfreetype/src/sfnt/ttcmapc.h

Print this page


   1 /****************************************************************************
   2  *
   3  * ttcmapc.h
   4  *
   5  *   TT CMAP classes definitions (specification only).
   6  *
   7  * Copyright (C) 2009-2019 by
   8  * Oran Agra and Mickey Gabel.
   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 #ifdef TT_CONFIG_CMAP_FORMAT_0
  20   TTCMAPCITEM( tt_cmap0_class_rec )
  21 #endif
  22 
  23 #ifdef TT_CONFIG_CMAP_FORMAT_2
  24   TTCMAPCITEM( tt_cmap2_class_rec )
  25 #endif
  26 
  27 #ifdef TT_CONFIG_CMAP_FORMAT_4


   1 /****************************************************************************
   2  *
   3  * ttcmapc.h
   4  *
   5  *   TT CMAP classes definitions (specification only).
   6  *
   7  * Copyright (C) 2009-2020 by
   8  * Oran Agra and Mickey Gabel.
   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 #ifdef TT_CONFIG_CMAP_FORMAT_0
  20   TTCMAPCITEM( tt_cmap0_class_rec )
  21 #endif
  22 
  23 #ifdef TT_CONFIG_CMAP_FORMAT_2
  24   TTCMAPCITEM( tt_cmap2_class_rec )
  25 #endif
  26 
  27 #ifdef TT_CONFIG_CMAP_FORMAT_4


< prev index next >