hb-ot-post-macroman.hh 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. /*
  2. * Copyright © 2017 Google, Inc.
  3. *
  4. * This is part of HarfBuzz, a text shaping library.
  5. *
  6. * Permission is hereby granted, without written agreement and without
  7. * license or royalty fees, to use, copy, modify, and distribute this
  8. * software and its documentation for any purpose, provided that the
  9. * above copyright notice and the following two paragraphs appear in
  10. * all copies of this software.
  11. *
  12. * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
  13. * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
  14. * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
  15. * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  16. * DAMAGE.
  17. *
  18. * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
  19. * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  20. * FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
  21. * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
  22. * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  23. *
  24. * Google Author(s): Behdad Esfahbod
  25. */
  26. #ifndef HB_OT_POST_MACROMAN_HH
  27. #if 0 /* Make checks happy. */
  28. #define HB_OT_POST_MACROMAN_HH
  29. #include "hb.hh"
  30. #endif
  31. _S(".notdef")
  32. _S(".null")
  33. _S("nonmarkingreturn")
  34. _S("space")
  35. _S("exclam")
  36. _S("quotedbl")
  37. _S("numbersign")
  38. _S("dollar")
  39. _S("percent")
  40. _S("ampersand")
  41. _S("quotesingle")
  42. _S("parenleft")
  43. _S("parenright")
  44. _S("asterisk")
  45. _S("plus")
  46. _S("comma")
  47. _S("hyphen")
  48. _S("period")
  49. _S("slash")
  50. _S("zero")
  51. _S("one")
  52. _S("two")
  53. _S("three")
  54. _S("four")
  55. _S("five")
  56. _S("six")
  57. _S("seven")
  58. _S("eight")
  59. _S("nine")
  60. _S("colon")
  61. _S("semicolon")
  62. _S("less")
  63. _S("equal")
  64. _S("greater")
  65. _S("question")
  66. _S("at")
  67. _S("A")
  68. _S("B")
  69. _S("C")
  70. _S("D")
  71. _S("E")
  72. _S("F")
  73. _S("G")
  74. _S("H")
  75. _S("I")
  76. _S("J")
  77. _S("K")
  78. _S("L")
  79. _S("M")
  80. _S("N")
  81. _S("O")
  82. _S("P")
  83. _S("Q")
  84. _S("R")
  85. _S("S")
  86. _S("T")
  87. _S("U")
  88. _S("V")
  89. _S("W")
  90. _S("X")
  91. _S("Y")
  92. _S("Z")
  93. _S("bracketleft")
  94. _S("backslash")
  95. _S("bracketright")
  96. _S("asciicircum")
  97. _S("underscore")
  98. _S("grave")
  99. _S("a")
  100. _S("b")
  101. _S("c")
  102. _S("d")
  103. _S("e")
  104. _S("f")
  105. _S("g")
  106. _S("h")
  107. _S("i")
  108. _S("j")
  109. _S("k")
  110. _S("l")
  111. _S("m")
  112. _S("n")
  113. _S("o")
  114. _S("p")
  115. _S("q")
  116. _S("r")
  117. _S("s")
  118. _S("t")
  119. _S("u")
  120. _S("v")
  121. _S("w")
  122. _S("x")
  123. _S("y")
  124. _S("z")
  125. _S("braceleft")
  126. _S("bar")
  127. _S("braceright")
  128. _S("asciitilde")
  129. _S("Adieresis")
  130. _S("Aring")
  131. _S("Ccedilla")
  132. _S("Eacute")
  133. _S("Ntilde")
  134. _S("Odieresis")
  135. _S("Udieresis")
  136. _S("aacute")
  137. _S("agrave")
  138. _S("acircumflex")
  139. _S("adieresis")
  140. _S("atilde")
  141. _S("aring")
  142. _S("ccedilla")
  143. _S("eacute")
  144. _S("egrave")
  145. _S("ecircumflex")
  146. _S("edieresis")
  147. _S("iacute")
  148. _S("igrave")
  149. _S("icircumflex")
  150. _S("idieresis")
  151. _S("ntilde")
  152. _S("oacute")
  153. _S("ograve")
  154. _S("ocircumflex")
  155. _S("odieresis")
  156. _S("otilde")
  157. _S("uacute")
  158. _S("ugrave")
  159. _S("ucircumflex")
  160. _S("udieresis")
  161. _S("dagger")
  162. _S("degree")
  163. _S("cent")
  164. _S("sterling")
  165. _S("section")
  166. _S("bullet")
  167. _S("paragraph")
  168. _S("germandbls")
  169. _S("registered")
  170. _S("copyright")
  171. _S("trademark")
  172. _S("acute")
  173. _S("dieresis")
  174. _S("notequal")
  175. _S("AE")
  176. _S("Oslash")
  177. _S("infinity")
  178. _S("plusminus")
  179. _S("lessequal")
  180. _S("greaterequal")
  181. _S("yen")
  182. _S("mu")
  183. _S("partialdiff")
  184. _S("summation")
  185. _S("product")
  186. _S("pi")
  187. _S("integral")
  188. _S("ordfeminine")
  189. _S("ordmasculine")
  190. _S("Omega")
  191. _S("ae")
  192. _S("oslash")
  193. _S("questiondown")
  194. _S("exclamdown")
  195. _S("logicalnot")
  196. _S("radical")
  197. _S("florin")
  198. _S("approxequal")
  199. _S("Delta")
  200. _S("guillemotleft")
  201. _S("guillemotright")
  202. _S("ellipsis")
  203. _S("nonbreakingspace")
  204. _S("Agrave")
  205. _S("Atilde")
  206. _S("Otilde")
  207. _S("OE")
  208. _S("oe")
  209. _S("endash")
  210. _S("emdash")
  211. _S("quotedblleft")
  212. _S("quotedblright")
  213. _S("quoteleft")
  214. _S("quoteright")
  215. _S("divide")
  216. _S("lozenge")
  217. _S("ydieresis")
  218. _S("Ydieresis")
  219. _S("fraction")
  220. _S("currency")
  221. _S("guilsinglleft")
  222. _S("guilsinglright")
  223. _S("fi")
  224. _S("fl")
  225. _S("daggerdbl")
  226. _S("periodcentered")
  227. _S("quotesinglbase")
  228. _S("quotedblbase")
  229. _S("perthousand")
  230. _S("Acircumflex")
  231. _S("Ecircumflex")
  232. _S("Aacute")
  233. _S("Edieresis")
  234. _S("Egrave")
  235. _S("Iacute")
  236. _S("Icircumflex")
  237. _S("Idieresis")
  238. _S("Igrave")
  239. _S("Oacute")
  240. _S("Ocircumflex")
  241. _S("apple")
  242. _S("Ograve")
  243. _S("Uacute")
  244. _S("Ucircumflex")
  245. _S("Ugrave")
  246. _S("dotlessi")
  247. _S("circumflex")
  248. _S("tilde")
  249. _S("macron")
  250. _S("breve")
  251. _S("dotaccent")
  252. _S("ring")
  253. _S("cedilla")
  254. _S("hungarumlaut")
  255. _S("ogonek")
  256. _S("caron")
  257. _S("Lslash")
  258. _S("lslash")
  259. _S("Scaron")
  260. _S("scaron")
  261. _S("Zcaron")
  262. _S("zcaron")
  263. _S("brokenbar")
  264. _S("Eth")
  265. _S("eth")
  266. _S("Yacute")
  267. _S("yacute")
  268. _S("Thorn")
  269. _S("thorn")
  270. _S("minus")
  271. _S("multiply")
  272. _S("onesuperior")
  273. _S("twosuperior")
  274. _S("threesuperior")
  275. _S("onehalf")
  276. _S("onequarter")
  277. _S("threequarters")
  278. _S("franc")
  279. _S("Gbreve")
  280. _S("gbreve")
  281. _S("Idotaccent")
  282. _S("Scedilla")
  283. _S("scedilla")
  284. _S("Cacute")
  285. _S("cacute")
  286. _S("Ccaron")
  287. _S("ccaron")
  288. _S("dcroat")
  289. #endif /* HB_OT_POST_MACROMAN_HH */