Edit

kc3-lang/freetype/src/autofit/afscript.h

Branch :

  • Show log

    Commit

  • Author : Werner Lemberg
    Date : 2016-04-25 21:18:24
    Hash : 22167629
    Message : [autofit] Add blue-zone support for Gujarati script. This essentially moves the Gujarati script from the `Indic' hinter to the `Latin' hinter. * src/autofit/afblue.dat: Add blue zone data for Gujarati. * src/autofit/afblue.c, src/autofit/afblue.h: Regenerated. * src/autofit/afscript.h: Add Gujarati standard characters and move data out of AF_CONFIG_OPTION_INDIC block. * src/autofit/afranges.c: Move Gujarati data out of AF_CONFIG_OPTION_INDIC block. * src/autofit/afstyles.h: Update Gujarati data; in particular, use AF_WRITING_SYSTEM_LATIN.

  • src/autofit/afscript.h
  • /***************************************************************************/
    /*                                                                         */
    /*  afscript.h                                                             */
    /*                                                                         */
    /*    Auto-fitter scripts (specification only).                            */
    /*                                                                         */
    /*  Copyright 2013-2016 by                                                 */
    /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
    /*                                                                         */
    /*  This file is part of the FreeType project, and may only be used,       */
    /*  modified, and distributed under the terms of the FreeType project      */
    /*  license, LICENSE.TXT.  By continuing to use, modify, or distribute     */
    /*  this file you indicate that you have read the license and              */
    /*  understand and accept it fully.                                        */
    /*                                                                         */
    /***************************************************************************/
    
    
      /* The following part can be included multiple times. */
      /* Define `SCRIPT' as needed.                         */
    
    
      /* Add new scripts here.  The first and second arguments are the    */
      /* script name in lowercase and uppercase, respectively, followed   */
      /* by a description string.  Then comes the corresponding HarfBuzz  */
      /* script name tag, followed by a string of standard characters (to */
      /* derive the standard width and height of stems).                  */
      /*                                                                  */
      /* Note that fallback scripts only have a default style, thus we    */
      /* use `HB_SCRIPT_INVALID' as the HarfBuzz script name tag for      */
      /* them.                                                            */
    
      SCRIPT( arab, ARAB,
              "Arabic",
              HB_SCRIPT_ARABIC,
              HINTING_BOTTOM_TO_TOP,
              "\xD9\x84 \xD8\xAD \xD9\x80" ) /* ل ح ـ */
    
      /* there are no simple forms for letters; we thus use two digit shapes */
      SCRIPT( beng, BENG,
              "Bengali",
              HB_SCRIPT_BENGALI,
              HINTING_TOP_TO_BOTTOM,
              "\xE0\xA7\xA6 \xE0\xA7\xAA" ) /* ০ ৪*/
    
      SCRIPT( cyrl, CYRL,
              "Cyrillic",
              HB_SCRIPT_CYRILLIC,
              HINTING_BOTTOM_TO_TOP,
              "\xD0\xBE \xD0\x9E" ) /* о О */
    
      SCRIPT( deva, DEVA,
              "Devanagari",
              HB_SCRIPT_DEVANAGARI,
              HINTING_TOP_TO_BOTTOM,
              "\xE0\xA4\xA0 \xE0\xA4\xB5 \xE0\xA4\x9F" ) /* ठ व ट */
    
      SCRIPT( geor, GEOR,
              "Georgian (Mkhedruli)",
              HB_SCRIPT_GEORGIAN,
              HINTING_BOTTOM_TO_TOP,
              "\xE1\x83\x98 \xE1\x83\x94 \xE1\x83\x90" ) /* ი ე ა */
    
      SCRIPT( geok, GEOK,
              "Georgian (Khutsuri)",
              HB_SCRIPT_INVALID,
              HINTING_BOTTOM_TO_TOP,
              "\xE1\x82\xB6 \xE1\x82\xB1 \xE2\xB4\x99" ) /* Ⴖ Ⴑ ⴙ */
    
      SCRIPT( grek, GREK,
              "Greek",
              HB_SCRIPT_GREEK,
              HINTING_BOTTOM_TO_TOP,
              "\xCE\xBF \xCE\x9F" ) /* ο Ο */
    
      SCRIPT( gujr, GUJR,
              "Gujarati",
              HB_SCRIPT_GUJARATI,
              HINTING_BOTTOM_TO_TOP,
              "\xE0\xAA\x9F \xE0\xAB\xA6" ) /* ટ ૦ */
    
      SCRIPT( hebr, HEBR,
              "Hebrew",
              HB_SCRIPT_HEBREW,
              HINTING_BOTTOM_TO_TOP,
              "\xD7\x9D" ) /* ם */
    
      SCRIPT( knda, KNDA,
              "Kannada",
              HB_SCRIPT_KANNADA,
              HINTING_BOTTOM_TO_TOP,
              "\xE0\xB3\xA6 \xE0\xB2\xAC" ) /* ೦ ಬ */
    
      /* only digit zero has a simple shape in the Khmer script */
      SCRIPT( khmr, KHMR,
              "Khmer",
              HB_SCRIPT_KHMER,
              HINTING_BOTTOM_TO_TOP,
              "\xE1\x9F\xA0" ) /* ០ */
    
      SCRIPT( khms, KHMS,
              "Khmer Symbols",
              HB_SCRIPT_INVALID,
              HINTING_BOTTOM_TO_TOP,
              "\xE1\xA7\xA1 \xE1\xA7\xAA" ) /* ᧡ ᧪ */
    
      /* only digit zero has a simple shape in the Lao script */
      SCRIPT( lao, LAO,
              "Lao",
              HB_SCRIPT_LAO,
              HINTING_BOTTOM_TO_TOP,
              "\xE0\xBB\x90" ) /* ໐ */
    
      SCRIPT( latn, LATN,
              "Latin",
              HB_SCRIPT_LATIN,
              HINTING_BOTTOM_TO_TOP,
              "o O 0" )
    
      SCRIPT( latb, LATB,
              "Latin Subscript Fallback",
              HB_SCRIPT_INVALID,
              HINTING_BOTTOM_TO_TOP,
              "\xE2\x82\x92 \xE2\x82\x80" ) /* ₒ ₀ */
    
      SCRIPT( latp, LATP,
              "Latin Superscript Fallback",
              HB_SCRIPT_INVALID,
              HINTING_BOTTOM_TO_TOP,
              "\xE1\xB5\x92 \xE1\xB4\xBC \xE2\x81\xB0" ) /* ᵒ ᴼ ⁰ */
    
      SCRIPT( mlym, MLYM,
              "Malayalam",
              HB_SCRIPT_MALAYALAM,
              HINTING_BOTTOM_TO_TOP,
              "\xE0\xB4\xA0 \xE0\xB4\xB1" ) /* ഠ റ */
    
      SCRIPT( mymr, MYMR,
              "Myanmar",
              HB_SCRIPT_MYANMAR,
              HINTING_BOTTOM_TO_TOP,
              "\xE1\x80\x9D \xE1\x80\x84 \xE1\x80\x82" ) /* ဝ င ဂ */
    
      SCRIPT( none, NONE,
              "no script",
              HB_SCRIPT_INVALID,
              HINTING_BOTTOM_TO_TOP,
              "" )
    
      SCRIPT( sinh, SINH,
              "Sinhala",
              HB_SCRIPT_SINHALA,
              HINTING_BOTTOM_TO_TOP,
              "\xE0\xB6\xA7" ) /* ට */
    
      /* only digit zero has a simple (round) shape in the Tamil script */
      SCRIPT( taml, TAML,
              "Tamil",
              HB_SCRIPT_TAMIL,
              HINTING_BOTTOM_TO_TOP,
              "\xE0\xAF\xA6" ) /* ௦ */
    
      /* there are no simple forms for letters; we thus use two digit shapes */
      SCRIPT( telu, TELU,
              "Telugu",
              HB_SCRIPT_TELUGU,
              HINTING_BOTTOM_TO_TOP,
              "\xE0\xB1\xA6 \xE0\xB1\xA7" ) /* ౦ ౧ */
    
      SCRIPT( thai, THAI,
              "Thai",
              HB_SCRIPT_THAI,
              HINTING_BOTTOM_TO_TOP,
              "\xE0\xB8\xB2 \xE0\xB9\x85 \xE0\xB9\x90" ) /* า ๅ ๐ */
    
    #ifdef AF_CONFIG_OPTION_INDIC
    
      SCRIPT( guru, GURU,
              "Gurmukhi",
              HB_SCRIPT_GURMUKHI,
              HINTING_BOTTOM_TO_TOP,
              "o" ) /* XXX */
    
      SCRIPT( limb, LIMB,
              "Limbu",
              HB_SCRIPT_LIMBU,
              HINTING_BOTTOM_TO_TOP,
              "o" ) /* XXX */
    
      SCRIPT( orya, ORYA,
              "Oriya",
              HB_SCRIPT_ORIYA,
              HINTING_BOTTOM_TO_TOP,
              "o" ) /* XXX */
    
      SCRIPT( sund, SUND,
              "Sundanese",
              HB_SCRIPT_SUNDANESE,
              HINTING_BOTTOM_TO_TOP,
              "o" ) /* XXX */
    
      SCRIPT( sylo, SYLO,
              "Syloti Nagri",
              HB_SCRIPT_SYLOTI_NAGRI,
              HINTING_BOTTOM_TO_TOP,
              "o" ) /* XXX */
    
      SCRIPT( tibt, TIBT,
              "Tibetan",
              HB_SCRIPT_TIBETAN,
              HINTING_BOTTOM_TO_TOP,
              "o" ) /* XXX */
    
    #endif /* AF_CONFIG_OPTION_INDIC */
    
    #ifdef AF_CONFIG_OPTION_CJK
    
      SCRIPT( hani, HANI,
              "CJKV ideographs",
              HB_SCRIPT_HAN,
              HINTING_BOTTOM_TO_TOP,
              "\xE7\x94\xB0 \xE5\x9B\x97" ) /* 田 囗 */
    
    #endif /* AF_CONFIG_OPTION_CJK */
    
    
    /* END */