~ubuntu-branches/ubuntu/utopic/texlive-bin/utopic

« back to all changes in this revision

Viewing changes to texk/dvipdfmx/dvipdfmx-20120420/src/cff_stdstr.h

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-05-07 10:47:49 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20120507104749-p00ot5sajjbkp1hp
Tags: 2011.20120507-1
* new upstream checkout: uptex 1.10
* drop patches for config file inclusion in (x)dvipdfmx, included upstream
* add man page for etex
* include pmpost patches and build it
* adapt/unfuzzify patches for current sources
* disable mtx building, we have prepmx package in Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*  $Header: /home/cvsroot/dvipdfmx/src/cff_stdstr.h,v 1.3 2002/10/30 02:27:05 chofchof Exp $
 
2
    
 
3
    This is dvipdfmx, an eXtended version of dvipdfm by Mark A. Wicks.
 
4
 
 
5
    Copyright (C) 2002 by Jin-Hwan Cho and Shunsaku Hirata,
 
6
    the dvipdfmx project team <dvipdfmx@project.ktug.or.kr>
 
7
    
 
8
    This program is free software; you can redistribute it and/or modify
 
9
    it under the terms of the GNU General Public License as published by
 
10
    the Free Software Foundation; either version 2 of the License, or
 
11
    (at your option) any later version.
 
12
    
 
13
    This program is distributed in the hope that it will be useful,
 
14
    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
    GNU General Public License for more details.
 
17
    
 
18
    You should have received a copy of the GNU General Public License
 
19
    along with this program; if not, write to the Free Software
 
20
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
 
21
*/
 
22
 
 
23
#ifndef _CFF_STDSTR_H_
 
24
#define _CFF_STDSTR_H_
 
25
 
 
26
#define CFF_STDSTR_MAX 391
 
27
 
 
28
const char *const cff_stdstr[CFF_STDSTR_MAX] = {
 
29
  ".notdef", "space", "exclam", "quotedbl", "numbersign",
 
30
  "dollar", "percent", "ampersand", "quoteright", "parenleft",
 
31
  "parenright", "asterisk", "plus", "comma", "hyphen",
 
32
  "period", "slash", "zero", "one", "two",
 
33
  "three", "four", "five", "six", "seven",
 
34
  "eight", "nine", "colon", "semicolon", "less",
 
35
  "equal", "greater", "question", "at", "A",
 
36
  "B", "C", "D", "E", "F",
 
37
  "G", "H", "I", "J", "K",
 
38
  "L", "M", "N", "O", "P",
 
39
  "Q", "R", "S", "T", "U",
 
40
  "V", "W", "X", "Y", "Z",
 
41
  "bracketleft", "backslash", "bracketright", "asciicircum", "underscore",
 
42
  "quoteleft", "a", "b", "c", "d",
 
43
  "e", "f", "g", "h", "i",
 
44
  "j", "k", "l", "m", "n",
 
45
  "o", "p", "q", "r", "s",
 
46
  "t", "u", "v", "w", "x",
 
47
  "y", "z", "braceleft", "bar", "braceright",
 
48
  "asciitilde", "exclamdown", "cent", "sterling", "fraction",
 
49
  "yen", "florin", "section", "currency", "quotesingle",
 
50
  "quotedblleft", "guillemotleft", "guilsinglleft", "guilsinglright", "fi",
 
51
  "fl", "endash", "dagger", "daggerdbl", "periodcentered",
 
52
  "paragraph", "bullet", "quotesinglbase", "quotedblbase", "quotedblright",
 
53
  "guillemotright", "ellipsis", "perthousand", "questiondown", "grave",
 
54
  "acute", "circumflex", "tilde", "macron", "breve",
 
55
  "dotaccent", "dieresis", "ring", "cedilla", "hungarumlaut",
 
56
  "ogonek", "caron", "emdash", "AE", "ordfeminine",
 
57
  "Lslash", "Oslash", "OE", "ordmasculine", "ae",
 
58
  "dotlessi", "lslash", "oslash", "oe", "germandbls",
 
59
  "onesuperior", "logicalnot", "mu", "trademark", "Eth",
 
60
  "onehalf", "plusminus", "Thorn", "onequarter", "divide",
 
61
  "brokenbar", "degree", "thorn", "threequarters", "twosuperior",
 
62
  "registered", "minus", "eth", "multiply", "threesuperior",
 
63
  "copyright", "Aacute", "Acircumflex", "Adieresis", "Agrave",
 
64
  "Aring", "Atilde", "Ccedilla", "Eacute", "Ecircumflex",
 
65
  "Edieresis", "Egrave", "Iacute", "Icircumflex", "Idieresis",
 
66
  "Igrave", "Ntilde", "Oacute", "Ocircumflex", "Odieresis",
 
67
  "Ograve", "Otilde", "Scaron", "Uacute", "Ucircumflex",
 
68
  "Udieresis", "Ugrave", "Yacute", "Ydieresis", "Zcaron",
 
69
  "aacute", "acircumflex", "adieresis", "agrave", "aring",
 
70
  "atilde", "ccedilla", "eacute", "ecircumflex", "edieresis",
 
71
  "egrave", "iacute", "icircumflex", "idieresis", "igrave",
 
72
  "ntilde", "oacute", "ocircumflex", "odieresis", "ograve",
 
73
  "otilde", "scaron", "uacute", "ucircumflex", "udieresis",
 
74
  "ugrave", "yacute", "ydieresis", "zcaron", "exclamsmall",
 
75
  "Hungarumlautsmall", "dollaroldstyle", "dollarsuperior", "ampersandsmall", "Acutesmall",
 
76
  "parenleftsuperior", "parenrightsuperior", "twodotenleader", "onedotenleader", "zerooldstyle",
 
77
  "oneoldstyle", "twooldstyle", "threeoldstyle", "fouroldstyle", "fiveoldstyle",
 
78
  "sixoldstyle", "sevenoldstyle", "eightoldstyle", "nineoldstyle", "commasuperior",
 
79
  "threequartersemdash", "periodsuperior", "questionsmall", "asuperior", "bsuperior",
 
80
  "centsuperior", "dsuperior", "esuperior", "isuperior", "lsuperior",
 
81
  "msuperior", "nsuperior", "osuperior", "rsuperior", "ssuperior",
 
82
  "tsuperior", "ff", "ffi", "ffl", "parenleftinferior",
 
83
  "parenrightinferior", "Circumflexsmall", "hyphensuperior", "Gravesmall", "Asmall",
 
84
  "Bsmall", "Csmall", "Dsmall", "Esmall", "Fsmall",
 
85
  "Gsmall", "Hsmall", "Ismall", "Jsmall", "Ksmall",
 
86
  "Lsmall", "Msmall", "Nsmall", "Osmall", "Psmall",
 
87
  "Qsmall", "Rsmall", "Ssmall", "Tsmall", "Usmall",
 
88
  "Vsmall", "Wsmall", "Xsmall", "Ysmall", "Zsmall",
 
89
  "colonmonetary", "onefitted", "rupiah", "Tildesmall", "exclamdownsmall",
 
90
  "centoldstyle", "Lslashsmall", "Scaronsmall", "Zcaronsmall", "Dieresissmall",
 
91
  "Brevesmall", "Caronsmall", "Dotaccentsmall", "Macronsmall", "figuredash",
 
92
  "hypheninferior", "Ogoneksmall", "Ringsmall", "Cedillasmall", "questiondownsmall",
 
93
  "oneeighth", "threeeighths", "fiveeighths", "seveneighths", "onethird",
 
94
  "twothirds", "zerosuperior", "foursuperior", "fivesuperior", "sixsuperior",
 
95
  "sevensuperior", "eightsuperior", "ninesuperior", "zeroinferior", "oneinferior",
 
96
  "twoinferior", "threeinferior", "fourinferior", "fiveinferior", "sixinferior",
 
97
  "seveninferior", "eightinferior", "nineinferior", "centinferior", "dollarinferior",
 
98
  "periodinferior", "commainferior", "Agravesmall", "Aacutesmall", "Acircumflexsmall",
 
99
  "Atildesmall", "Adieresissmall", "Aringsmall", "AEsmall", "Ccedillasmall",
 
100
  "Egravesmall", "Eacutesmall", "Ecircumflexsmall", "Edieresissmall", "Igravesmall",
 
101
  "Iacutesmall", "Icircumflexsmall", "Idieresissmall", "Ethsmall", "Ntildesmall",
 
102
  "Ogravesmall", "Oacutesmall", "Ocircumflexsmall", "Otildesmall", "Odieresissmall",
 
103
  "OEsmall", "Oslashsmall", "Ugravesmall", "Uacutesmall", "Ucircumflexsmall",
 
104
  "Udieresissmall", "Yacutesmall", "Thornsmall", "Ydieresissmall",
 
105
  "001.000", "001.001", "001.002", "001.003",
 
106
  "Black", "Bold", "Book", "Light", "Medium", "Regular", "Roman", "Semibold"
 
107
};
 
108
 
 
109
#endif /* _CFF_STDSTR_H_ */