/* * Copyright © 2017 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * * Permission is hereby granted, without written agreement and without * license or royalty fees, to use, copy, modify, and distribute this * software and its documentation for any purpose, provided that the * above copyright notice and the following two paragraphs appear in * all copies of this software. * * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH * DAMAGE. * * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND * FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. * * Google Author(s): Behdad Esfahbod */ #ifndef HB_OT_POST_MACROMAN_HH #if 0 /* Make checks happy. */ #define HB_OT_POST_MACROMAN_HH #include "hb.hh" #endif HB_STR(".notdef") HB_STR(".null") HB_STR("nonmarkingreturn") HB_STR("space") HB_STR("exclam") HB_STR("quotedbl") HB_STR("numbersign") HB_STR("dollar") HB_STR("percent") HB_STR("ampersand") HB_STR("quotesingle") HB_STR("parenleft") HB_STR("parenright") HB_STR("asterisk") HB_STR("plus") HB_STR("comma") HB_STR("hyphen") HB_STR("period") HB_STR("slash") HB_STR("zero") HB_STR("one") HB_STR("two") HB_STR("three") HB_STR("four") HB_STR("five") HB_STR("six") HB_STR("seven") HB_STR("eight") HB_STR("nine") HB_STR("colon") HB_STR("semicolon") HB_STR("less") HB_STR("equal") HB_STR("greater") HB_STR("question") HB_STR("at") HB_STR("A") HB_STR("B") HB_STR("C") HB_STR("D") HB_STR("E") HB_STR("F") HB_STR("G") HB_STR("H") HB_STR("I") HB_STR("J") HB_STR("K") HB_STR("L") HB_STR("M") HB_STR("N") HB_STR("O") HB_STR("P") HB_STR("Q") HB_STR("R") HB_STR("S") HB_STR("T") HB_STR("U") HB_STR("V") HB_STR("W") HB_STR("X") HB_STR("Y") HB_STR("Z") HB_STR("bracketleft") HB_STR("backslash") HB_STR("bracketright") HB_STR("asciicircum") HB_STR("underscore") HB_STR("grave") HB_STR("a") HB_STR("b") HB_STR("c") HB_STR("d") HB_STR("e") HB_STR("f") HB_STR("g") HB_STR("h") HB_STR("i") HB_STR("j") HB_STR("k") HB_STR("l") HB_STR("m") HB_STR("n") HB_STR("o") HB_STR("p") HB_STR("q") HB_STR("r") HB_STR("s") HB_STR("t") HB_STR("u") HB_STR("v") HB_STR("w") HB_STR("x") HB_STR("y") HB_STR("z") HB_STR("braceleft") HB_STR("bar") HB_STR("braceright") HB_STR("asciitilde") HB_STR("Adieresis") HB_STR("Aring") HB_STR("Ccedilla") HB_STR("Eacute") HB_STR("Ntilde") HB_STR("Odieresis") HB_STR("Udieresis") HB_STR("aacute") HB_STR("agrave") HB_STR("acircumflex") HB_STR("adieresis") HB_STR("atilde") HB_STR("aring") HB_STR("ccedilla") HB_STR("eacute") HB_STR("egrave") HB_STR("ecircumflex") HB_STR("edieresis") HB_STR("iacute") HB_STR("igrave") HB_STR("icircumflex") HB_STR("idieresis") HB_STR("ntilde") HB_STR("oacute") HB_STR("ograve") HB_STR("ocircumflex") HB_STR("odieresis") HB_STR("otilde") HB_STR("uacute") HB_STR("ugrave") HB_STR("ucircumflex") HB_STR("udieresis") HB_STR("dagger") HB_STR("degree") HB_STR("cent") HB_STR("sterling") HB_STR("section") HB_STR("bullet") HB_STR("paragraph") HB_STR("germandbls") HB_STR("registered") HB_STR("copyright") HB_STR("trademark") HB_STR("acute") HB_STR("dieresis") HB_STR("notequal") HB_STR("AE") HB_STR("Oslash") HB_STR("infinity") HB_STR("plusminus") HB_STR("lessequal") HB_STR("greaterequal") HB_STR("yen") HB_STR("mu") HB_STR("partialdiff") HB_STR("summation") HB_STR("product") HB_STR("pi") HB_STR("integral") HB_STR("ordfeminine") HB_STR("ordmasculine") HB_STR("Omega") HB_STR("ae") HB_STR("oslash") HB_STR("questiondown") HB_STR("exclamdown") HB_STR("logicalnot") HB_STR("radical") HB_STR("florin") HB_STR("approxequal") HB_STR("Delta") HB_STR("guillemotleft") HB_STR("guillemotright") HB_STR("ellipsis") HB_STR("nonbreakingspace") HB_STR("Agrave") HB_STR("Atilde") HB_STR("Otilde") HB_STR("OE") HB_STR("oe") HB_STR("endash") HB_STR("emdash") HB_STR("quotedblleft") HB_STR("quotedblright") HB_STR("quoteleft") HB_STR("quoteright") HB_STR("divide") HB_STR("lozenge") HB_STR("ydieresis") HB_STR("Ydieresis") HB_STR("fraction") HB_STR("currency") HB_STR("guilsinglleft") HB_STR("guilsinglright") HB_STR("fi") HB_STR("fl") HB_STR("daggerdbl") HB_STR("periodcentered") HB_STR("quotesinglbase") HB_STR("quotedblbase") HB_STR("perthousand") HB_STR("Acircumflex") HB_STR("Ecircumflex") HB_STR("Aacute") HB_STR("Edieresis") HB_STR("Egrave") HB_STR("Iacute") HB_STR("Icircumflex") HB_STR("Idieresis") HB_STR("Igrave") HB_STR("Oacute") HB_STR("Ocircumflex") HB_STR("apple") HB_STR("Ograve") HB_STR("Uacute") HB_STR("Ucircumflex") HB_STR("Ugrave") HB_STR("dotlessi") HB_STR("circumflex") HB_STR("tilde") HB_STR("macron") HB_STR("breve") HB_STR("dotaccent") HB_STR("ring") HB_STR("cedilla") HB_STR("hungarumlaut") HB_STR("ogonek") HB_STR("caron") HB_STR("Lslash") HB_STR("lslash") HB_STR("Scaron") HB_STR("scaron") HB_STR("Zcaron") HB_STR("zcaron") HB_STR("brokenbar") HB_STR("Eth") HB_STR("eth") HB_STR("Yacute") HB_STR("yacute") HB_STR("Thorn") HB_STR("thorn") HB_STR("minus") HB_STR("multiply") HB_STR("onesuperior") HB_STR("twosuperior") HB_STR("threesuperior") HB_STR("onehalf") HB_STR("onequarter") HB_STR("threequarters") HB_STR("franc") HB_STR("Gbreve") HB_STR("gbreve") HB_STR("Idotaccent") HB_STR("Scedilla") HB_STR("scedilla") HB_STR("Cacute") HB_STR("cacute") HB_STR("Ccaron") HB_STR("ccaron") HB_STR("dcroat") #endif /* HB_OT_POST_MACROMAN_HH */