1/*
2 * Copyright © 2019 Adobe, 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 * Adobe Author(s): Michiharu Ariza
25 */
26
27#ifndef HB_OT_CFF1_STD_STR_HH
28#if 0 /* Make checks happy. */
29#define HB_OT_CFF1_STD_STR_HH
30#include "hb.hh"
31#endif
32
33_S(".notdef")
34_S("space")
35_S("exclam")
36_S("quotedbl")
37_S("numbersign")
38_S("dollar")
39_S("percent")
40_S("ampersand")
41_S("quoteright")
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("quoteleft")
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("exclamdown")
130_S("cent")
131_S("sterling")
132_S("fraction")
133_S("yen")
134_S("florin")
135_S("section")
136_S("currency")
137_S("quotesingle")
138_S("quotedblleft")
139_S("guillemotleft")
140_S("guilsinglleft")
141_S("guilsinglright")
142_S("fi")
143_S("fl")
144_S("endash")
145_S("dagger")
146_S("daggerdbl")
147_S("periodcentered")
148_S("paragraph")
149_S("bullet")
150_S("quotesinglbase")
151_S("quotedblbase")
152_S("quotedblright")
153_S("guillemotright")
154_S("ellipsis")
155_S("perthousand")
156_S("questiondown")
157_S("grave")
158_S("acute")
159_S("circumflex")
160_S("tilde")
161_S("macron")
162_S("breve")
163_S("dotaccent")
164_S("dieresis")
165_S("ring")
166_S("cedilla")
167_S("hungarumlaut")
168_S("ogonek")
169_S("caron")
170_S("emdash")
171_S("AE")
172_S("ordfeminine")
173_S("Lslash")
174_S("Oslash")
175_S("OE")
176_S("ordmasculine")
177_S("ae")
178_S("dotlessi")
179_S("lslash")
180_S("oslash")
181_S("oe")
182_S("germandbls")
183_S("onesuperior")
184_S("logicalnot")
185_S("mu")
186_S("trademark")
187_S("Eth")
188_S("onehalf")
189_S("plusminus")
190_S("Thorn")
191_S("onequarter")
192_S("divide")
193_S("brokenbar")
194_S("degree")
195_S("thorn")
196_S("threequarters")
197_S("twosuperior")
198_S("registered")
199_S("minus")
200_S("eth")
201_S("multiply")
202_S("threesuperior")
203_S("copyright")
204_S("Aacute")
205_S("Acircumflex")
206_S("Adieresis")
207_S("Agrave")
208_S("Aring")
209_S("Atilde")
210_S("Ccedilla")
211_S("Eacute")
212_S("Ecircumflex")
213_S("Edieresis")
214_S("Egrave")
215_S("Iacute")
216_S("Icircumflex")
217_S("Idieresis")
218_S("Igrave")
219_S("Ntilde")
220_S("Oacute")
221_S("Ocircumflex")
222_S("Odieresis")
223_S("Ograve")
224_S("Otilde")
225_S("Scaron")
226_S("Uacute")
227_S("Ucircumflex")
228_S("Udieresis")
229_S("Ugrave")
230_S("Yacute")
231_S("Ydieresis")
232_S("Zcaron")
233_S("aacute")
234_S("acircumflex")
235_S("adieresis")
236_S("agrave")
237_S("aring")
238_S("atilde")
239_S("ccedilla")
240_S("eacute")
241_S("ecircumflex")
242_S("edieresis")
243_S("egrave")
244_S("iacute")
245_S("icircumflex")
246_S("idieresis")
247_S("igrave")
248_S("ntilde")
249_S("oacute")
250_S("ocircumflex")
251_S("odieresis")
252_S("ograve")
253_S("otilde")
254_S("scaron")
255_S("uacute")
256_S("ucircumflex")
257_S("udieresis")
258_S("ugrave")
259_S("yacute")
260_S("ydieresis")
261_S("zcaron")
262_S("exclamsmall")
263_S("Hungarumlautsmall")
264_S("dollaroldstyle")
265_S("dollarsuperior")
266_S("ampersandsmall")
267_S("Acutesmall")
268_S("parenleftsuperior")
269_S("parenrightsuperior")
270_S("twodotenleader")
271_S("onedotenleader")
272_S("zerooldstyle")
273_S("oneoldstyle")
274_S("twooldstyle")
275_S("threeoldstyle")
276_S("fouroldstyle")
277_S("fiveoldstyle")
278_S("sixoldstyle")
279_S("sevenoldstyle")
280_S("eightoldstyle")
281_S("nineoldstyle")
282_S("commasuperior")
283_S("threequartersemdash")
284_S("periodsuperior")
285_S("questionsmall")
286_S("asuperior")
287_S("bsuperior")
288_S("centsuperior")
289_S("dsuperior")
290_S("esuperior")
291_S("isuperior")
292_S("lsuperior")
293_S("msuperior")
294_S("nsuperior")
295_S("osuperior")
296_S("rsuperior")
297_S("ssuperior")
298_S("tsuperior")
299_S("ff")
300_S("ffi")
301_S("ffl")
302_S("parenleftinferior")
303_S("parenrightinferior")
304_S("Circumflexsmall")
305_S("hyphensuperior")
306_S("Gravesmall")
307_S("Asmall")
308_S("Bsmall")
309_S("Csmall")
310_S("Dsmall")
311_S("Esmall")
312_S("Fsmall")
313_S("Gsmall")
314_S("Hsmall")
315_S("Ismall")
316_S("Jsmall")
317_S("Ksmall")
318_S("Lsmall")
319_S("Msmall")
320_S("Nsmall")
321_S("Osmall")
322_S("Psmall")
323_S("Qsmall")
324_S("Rsmall")
325_S("Ssmall")
326_S("Tsmall")
327_S("Usmall")
328_S("Vsmall")
329_S("Wsmall")
330_S("Xsmall")
331_S("Ysmall")
332_S("Zsmall")
333_S("colonmonetary")
334_S("onefitted")
335_S("rupiah")
336_S("Tildesmall")
337_S("exclamdownsmall")
338_S("centoldstyle")
339_S("Lslashsmall")
340_S("Scaronsmall")
341_S("Zcaronsmall")
342_S("Dieresissmall")
343_S("Brevesmall")
344_S("Caronsmall")
345_S("Dotaccentsmall")
346_S("Macronsmall")
347_S("figuredash")
348_S("hypheninferior")
349_S("Ogoneksmall")
350_S("Ringsmall")
351_S("Cedillasmall")
352_S("questiondownsmall")
353_S("oneeighth")
354_S("threeeighths")
355_S("fiveeighths")
356_S("seveneighths")
357_S("onethird")
358_S("twothirds")
359_S("zerosuperior")
360_S("foursuperior")
361_S("fivesuperior")
362_S("sixsuperior")
363_S("sevensuperior")
364_S("eightsuperior")
365_S("ninesuperior")
366_S("zeroinferior")
367_S("oneinferior")
368_S("twoinferior")
369_S("threeinferior")
370_S("fourinferior")
371_S("fiveinferior")
372_S("sixinferior")
373_S("seveninferior")
374_S("eightinferior")
375_S("nineinferior")
376_S("centinferior")
377_S("dollarinferior")
378_S("periodinferior")
379_S("commainferior")
380_S("Agravesmall")
381_S("Aacutesmall")
382_S("Acircumflexsmall")
383_S("Atildesmall")
384_S("Adieresissmall")
385_S("Aringsmall")
386_S("AEsmall")
387_S("Ccedillasmall")
388_S("Egravesmall")
389_S("Eacutesmall")
390_S("Ecircumflexsmall")
391_S("Edieresissmall")
392_S("Igravesmall")
393_S("Iacutesmall")
394_S("Icircumflexsmall")
395_S("Idieresissmall")
396_S("Ethsmall")
397_S("Ntildesmall")
398_S("Ogravesmall")
399_S("Oacutesmall")
400_S("Ocircumflexsmall")
401_S("Otildesmall")
402_S("Odieresissmall")
403_S("OEsmall")
404_S("Oslashsmall")
405_S("Ugravesmall")
406_S("Uacutesmall")
407_S("Ucircumflexsmall")
408_S("Udieresissmall")
409_S("Yacutesmall")
410_S("Thornsmall")
411_S("Ydieresissmall")
412_S("001.000")
413_S("001.001")
414_S("001.002")
415_S("001.003")
416_S("Black")
417_S("Bold")
418_S("Book")
419_S("Light")
420_S("Medium")
421_S("Regular")
422_S("Roman")
423_S("Semibold")
424
425#endif /* HB_OT_CFF1_STD_STR_HH */
426