< prev index next >

src/java.desktop/share/native/libfreetype/src/autofit/afranges.h

Print this page


   1 /***************************************************************************/
   2 /*                                                                         */
   3 /*  afranges.h                                                             */
   4 /*                                                                         */
   5 /*    Auto-fitter Unicode script ranges (specification).                   */
   6 /*                                                                         */
   7 /*  Copyright 2013-2018 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 #ifndef AFRANGES_H_
  20 #define AFRANGES_H_
  21 
  22 
  23 #include "aftypes.h"
  24 
  25 
  26 FT_BEGIN_HEADER
  27 
  28 #undef  SCRIPT
  29 #define SCRIPT( s, S, d, h, H, ss )                                     \
  30           extern const AF_Script_UniRangeRec  af_ ## s ## _uniranges[];
  31 
  32 #include "afscript.h"
  33 
  34 #undef  SCRIPT
  35 #define SCRIPT( s, S, d, h, H, ss )                                             \
  36           extern const AF_Script_UniRangeRec  af_ ## s ## _nonbase_uniranges[];
   1 /****************************************************************************
   2  *
   3  * afranges.h
   4  *
   5  *   Auto-fitter Unicode script ranges (specification).
   6  *
   7  * Copyright (C) 2013-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 #ifndef AFRANGES_H_
  20 #define AFRANGES_H_
  21 
  22 
  23 #include "aftypes.h"
  24 
  25 
  26 FT_BEGIN_HEADER
  27 
  28 #undef  SCRIPT
  29 #define SCRIPT( s, S, d, h, H, ss )                                     \
  30           extern const AF_Script_UniRangeRec  af_ ## s ## _uniranges[];
  31 
  32 #include "afscript.h"
  33 
  34 #undef  SCRIPT
  35 #define SCRIPT( s, S, d, h, H, ss )                                             \
  36           extern const AF_Script_UniRangeRec  af_ ## s ## _nonbase_uniranges[];
< prev index next >