< prev index next >

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

Print this page


   1 /***************************************************************************/
   2 /*                                                                         */
   3 /*  afscript.h                                                             */
   4 /*                                                                         */
   5 /*    Auto-fitter scripts (specification only).                            */
   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   /* The following part can be included multiple times. */
  20   /* Define `SCRIPT' as needed.                         */
  21 
  22 
  23   /* Add new scripts here.  The first and second arguments are the    */
  24   /* script name in lowercase and uppercase, respectively, followed   */
  25   /* by a description string.  Then comes the corresponding HarfBuzz  */
  26   /* script name tag, followed by a string of standard characters (to */
  27   /* derive the standard width and height of stems).                  */
  28   /*                                                                  */
  29   /* Note that fallback scripts only have a default style, thus we    */
  30   /* use `HB_SCRIPT_INVALID' as the HarfBuzz script name tag for      */
  31   /* them.                                                            */
  32 
  33   SCRIPT( adlm, ADLM,
  34           "Adlam",
  35           HB_SCRIPT_ADLAM,
  36           HINTING_BOTTOM_TO_TOP,


   1 /****************************************************************************
   2  *
   3  * afscript.h
   4  *
   5  *   Auto-fitter scripts (specification only).
   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   /* The following part can be included multiple times. */
  20   /* Define `SCRIPT' as needed.                         */
  21 
  22 
  23   /* Add new scripts here.  The first and second arguments are the    */
  24   /* script name in lowercase and uppercase, respectively, followed   */
  25   /* by a description string.  Then comes the corresponding HarfBuzz  */
  26   /* script name tag, followed by a string of standard characters (to */
  27   /* derive the standard width and height of stems).                  */
  28   /*                                                                  */
  29   /* Note that fallback scripts only have a default style, thus we    */
  30   /* use `HB_SCRIPT_INVALID' as the HarfBuzz script name tag for      */
  31   /* them.                                                            */
  32 
  33   SCRIPT( adlm, ADLM,
  34           "Adlam",
  35           HB_SCRIPT_ADLAM,
  36           HINTING_BOTTOM_TO_TOP,


< prev index next >