/* * Copyright © 2019 Adobe, 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. * * Adobe Author(s): Michiharu Ariza */ #ifndef HB_OT_CFF1_STD_STR_HH #if 0 /* Make checks happy. */ #define HB_OT_CFF1_STD_STR_HH #include "hb.hh" #endif HB_STR(".notdef") HB_STR("space") HB_STR("exclam") HB_STR("quotedbl") HB_STR("numbersign") HB_STR("dollar") HB_STR("percent") HB_STR("ampersand") HB_STR("quoteright") 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("quoteleft") 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("exclamdown") HB_STR("cent") HB_STR("sterling") HB_STR("fraction") HB_STR("yen") HB_STR("florin") HB_STR("section") HB_STR("currency") HB_STR("quotesingle") HB_STR("quotedblleft") HB_STR("guillemotleft") HB_STR("guilsinglleft") HB_STR("guilsinglright") HB_STR("fi") HB_STR("fl") HB_STR("endash") HB_STR("dagger") HB_STR("daggerdbl") HB_STR("periodcentered") HB_STR("paragraph") HB_STR("bullet") HB_STR("quotesinglbase") HB_STR("quotedblbase") HB_STR("quotedblright") HB_STR("guillemotright") HB_STR("ellipsis") HB_STR("perthousand") HB_STR("questiondown") HB_STR("grave") HB_STR("acute") HB_STR("circumflex") HB_STR("tilde") HB_STR("macron") HB_STR("breve") HB_STR("dotaccent") HB_STR("dieresis") HB_STR("ring") HB_STR("cedilla") HB_STR("hungarumlaut") HB_STR("ogonek") HB_STR("caron") HB_STR("emdash") HB_STR("AE") HB_STR("ordfeminine") HB_STR("Lslash") HB_STR("Oslash") HB_STR("OE") HB_STR("ordmasculine") HB_STR("ae") HB_STR("dotlessi") HB_STR("lslash") HB_STR("oslash") HB_STR("oe") HB_STR("germandbls") HB_STR("onesuperior") HB_STR("logicalnot") HB_STR("mu") HB_STR("trademark") HB_STR("Eth") HB_STR("onehalf") HB_STR("plusminus") HB_STR("Thorn") HB_STR("onequarter") HB_STR("divide") HB_STR("brokenbar") HB_STR("degree") HB_STR("thorn") HB_STR("threequarters") HB_STR("twosuperior") HB_STR("registered") HB_STR("minus") HB_STR("eth") HB_STR("multiply") HB_STR("threesuperior") HB_STR("copyright") HB_STR("Aacute") HB_STR("Acircumflex") HB_STR("Adieresis") HB_STR("Agrave") HB_STR("Aring") HB_STR("Atilde") HB_STR("Ccedilla") HB_STR("Eacute") HB_STR("Ecircumflex") HB_STR("Edieresis") HB_STR("Egrave") HB_STR("Iacute") HB_STR("Icircumflex") HB_STR("Idieresis") HB_STR("Igrave") HB_STR("Ntilde") HB_STR("Oacute") HB_STR("Ocircumflex") HB_STR("Odieresis") HB_STR("Ograve") HB_STR("Otilde") HB_STR("Scaron") HB_STR("Uacute") HB_STR("Ucircumflex") HB_STR("Udieresis") HB_STR("Ugrave") HB_STR("Yacute") HB_STR("Ydieresis") HB_STR("Zcaron") HB_STR("aacute") HB_STR("acircumflex") HB_STR("adieresis") HB_STR("agrave") HB_STR("aring") HB_STR("atilde") HB_STR("ccedilla") HB_STR("eacute") HB_STR("ecircumflex") HB_STR("edieresis") HB_STR("egrave") HB_STR("iacute") HB_STR("icircumflex") HB_STR("idieresis") HB_STR("igrave") HB_STR("ntilde") HB_STR("oacute") HB_STR("ocircumflex") HB_STR("odieresis") HB_STR("ograve") HB_STR("otilde") HB_STR("scaron") HB_STR("uacute") HB_STR("ucircumflex") HB_STR("udieresis") HB_STR("ugrave") HB_STR("yacute") HB_STR("ydieresis") HB_STR("zcaron") HB_STR("exclamsmall") HB_STR("Hungarumlautsmall") HB_STR("dollaroldstyle") HB_STR("dollarsuperior") HB_STR("ampersandsmall") HB_STR("Acutesmall") HB_STR("parenleftsuperior") HB_STR("parenrightsuperior") HB_STR("twodotenleader") HB_STR("onedotenleader") HB_STR("zerooldstyle") HB_STR("oneoldstyle") HB_STR("twooldstyle") HB_STR("threeoldstyle") HB_STR("fouroldstyle") HB_STR("fiveoldstyle") HB_STR("sixoldstyle") HB_STR("sevenoldstyle") HB_STR("eightoldstyle") HB_STR("nineoldstyle") HB_STR("commasuperior") HB_STR("threequartersemdash") HB_STR("periodsuperior") HB_STR("questionsmall") HB_STR("asuperior") HB_STR("bsuperior") HB_STR("centsuperior") HB_STR("dsuperior") HB_STR("esuperior") HB_STR("isuperior") HB_STR("lsuperior") HB_STR("msuperior") HB_STR("nsuperior") HB_STR("osuperior") HB_STR("rsuperior") HB_STR("ssuperior") HB_STR("tsuperior") HB_STR("ff") HB_STR("ffi") HB_STR("ffl") HB_STR("parenleftinferior") HB_STR("parenrightinferior") HB_STR("Circumflexsmall") HB_STR("hyphensuperior") HB_STR("Gravesmall") HB_STR("Asmall") HB_STR("Bsmall") HB_STR("Csmall") HB_STR("Dsmall") HB_STR("Esmall") HB_STR("Fsmall") HB_STR("Gsmall") HB_STR("Hsmall") HB_STR("Ismall") HB_STR("Jsmall") HB_STR("Ksmall") HB_STR("Lsmall") HB_STR("Msmall") HB_STR("Nsmall") HB_STR("Osmall") HB_STR("Psmall") HB_STR("Qsmall") HB_STR("Rsmall") HB_STR("Ssmall") HB_STR("Tsmall") HB_STR("Usmall") HB_STR("Vsmall") HB_STR("Wsmall") HB_STR("Xsmall") HB_STR("Ysmall") HB_STR("Zsmall") HB_STR("colonmonetary") HB_STR("onefitted") HB_STR("rupiah") HB_STR("Tildesmall") HB_STR("exclamdownsmall") HB_STR("centoldstyle") HB_STR("Lslashsmall") HB_STR("Scaronsmall") HB_STR("Zcaronsmall") HB_STR("Dieresissmall") HB_STR("Brevesmall") HB_STR("Caronsmall") HB_STR("Dotaccentsmall") HB_STR("Macronsmall") HB_STR("figuredash") HB_STR("hypheninferior") HB_STR("Ogoneksmall") HB_STR("Ringsmall") HB_STR("Cedillasmall") HB_STR("questiondownsmall") HB_STR("oneeighth") HB_STR("threeeighths") HB_STR("fiveeighths") HB_STR("seveneighths") HB_STR("onethird") HB_STR("twothirds") HB_STR("zerosuperior") HB_STR("foursuperior") HB_STR("fivesuperior") HB_STR("sixsuperior") HB_STR("sevensuperior") HB_STR("eightsuperior") HB_STR("ninesuperior") HB_STR("zeroinferior") HB_STR("oneinferior") HB_STR("twoinferior") HB_STR("threeinferior") HB_STR("fourinferior") HB_STR("fiveinferior") HB_STR("sixinferior") HB_STR("seveninferior") HB_STR("eightinferior") HB_STR("nineinferior") HB_STR("centinferior") HB_STR("dollarinferior") HB_STR("periodinferior") HB_STR("commainferior") HB_STR("Agravesmall") HB_STR("Aacutesmall") HB_STR("Acircumflexsmall") HB_STR("Atildesmall") HB_STR("Adieresissmall") HB_STR("Aringsmall") HB_STR("AEsmall") HB_STR("Ccedillasmall") HB_STR("Egravesmall") HB_STR("Eacutesmall") HB_STR("Ecircumflexsmall") HB_STR("Edieresissmall") HB_STR("Igravesmall") HB_STR("Iacutesmall") HB_STR("Icircumflexsmall") HB_STR("Idieresissmall") HB_STR("Ethsmall") HB_STR("Ntildesmall") HB_STR("Ogravesmall") HB_STR("Oacutesmall") HB_STR("Ocircumflexsmall") HB_STR("Otildesmall") HB_STR("Odieresissmall") HB_STR("OEsmall") HB_STR("Oslashsmall") HB_STR("Ugravesmall") HB_STR("Uacutesmall") HB_STR("Ucircumflexsmall") HB_STR("Udieresissmall") HB_STR("Yacutesmall") HB_STR("Thornsmall") HB_STR("Ydieresissmall") HB_STR("001.000") HB_STR("001.001") HB_STR("001.002") HB_STR("001.003") HB_STR("Black") HB_STR("Bold") HB_STR("Book") HB_STR("Light") HB_STR("Medium") HB_STR("Regular") HB_STR("Roman") HB_STR("Semibold") #endif /* HB_OT_CFF1_STD_STR_HH */