1 /* ttfautohint-scripts.h */
4 * Copyright (C) 2013-2015 by Werner Lemberg.
6 * This file is part of the ttfautohint library, and may only be used,
7 * modified, and distributed under the terms given in `COPYING'. By
8 * continuing to use, modify, or distribute this file you indicate that you
9 * have read `COPYING' and understand and accept it fully.
11 * The file `COPYING' mentioned in the previous paragraph is distributed
12 * with the ttfautohint library.
16 /* originally file `afscript.h' (2013-Aug-05) from FreeType */
19 /* The following part can be included multiple times. */
20 /* Define `SCRIPT' as needed. */
24 * Add new scripts here. The first and second arguments are the
25 * script name in lowercase and uppercase, respectively, followed
26 * by a description string. Then comes the corresponding HarfBuzz
27 * script name tag, followed by the default characters (to derive
28 * the standard width of stems).
30 * Note that fallback scripts only have a default style, thus we
31 * use `HB_SCRIPT_INVALID' as the HarfBuzz script name tag for
38 "\xD9\x84 \xD8\xAD \xD9\x80") /* ل ح ـ */
43 "\xD0\xBE \xD0\x9E") /* о О */
48 "\xE0\xA4\xA0 \xE0\xA4\xB5 \xE0\xA4\x9F") /* ठ व ट */
53 "\xCE\xBF \xCE\x9F") /* ο Ο */
60 /* only digit zero has a simple shape in the Khmer script */
64 "\xE1\x9F\xA0") /* ០ */
69 "\xE1\xA7\xA1 \xE1\xA7\xAA") /* ᧡ ᧪ */
71 /* only digit zero has a simple shape in the Lao script */
75 "\xE0\xBB\x90") /* ໐ */
83 "Latin Subscript Fallback",
85 "\xE2\x82\x92 \xE2\x82\x80") /* ₒ ₀ */
88 "Latin Superscript Fallback",
90 "\xE1\xB5\x92 \xE1\xB4\xBC \xE2\x81\xB0") /* ᵒ ᴼ ⁰ */
92 /* there are no simple forms for letters; we thus use two digit shapes */
96 "\xE0\xB1\xA6 \xE0\xB1\xA7") /* ౦ ౧ */
101 "\xE0\xB8\xB2 \xE0\xB9\x85 \xE0\xB9\x90") /* า ๅ ๐ */
108 /* end of ttfautohint-scripts.h */