ScummVM API documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
inventory_font.h
1 /* ScummVM - Graphic Adventure Engine
2  *
3  * ScummVM is the legal property of its developers, whose names
4  * are too numerous to list here. Please refer to the COPYRIGHT
5  * file distributed with this source distribution.
6  *
7  * This program is free software: you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation, either version 3 of the License, or
10  * (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program. If not, see <http://www.gnu.org/licenses/>.
19  *
20  */
21 
22 #ifndef NUVIE_VIEWS_INVENTORY_FONT_H
23 #define NUVIE_VIEWS_INVENTORY_FONT_H
24 
25 namespace Ultima {
26 namespace Nuvie {
27 
28 static const int NUVIE_MICRO_FONT_COUNT = 26;
29 
30 const unsigned char inventory_font[NUVIE_MICRO_FONT_COUNT][15] = {
31  {
32  1, 1, 1,
33  1, 0, 1,
34  1, 0, 1,
35  1, 0, 1,
36  1, 1, 1
37  }
38  ,
39  {
40  0, 0, 1,
41  0, 0, 1,
42  0, 0, 1,
43  0, 0, 1,
44  0, 0, 1
45  }
46  ,
47  {
48  1, 1, 1,
49  0, 0, 1,
50  1, 1, 1,
51  1, 0, 0,
52  1, 1, 1
53  }
54  ,
55  {
56  1, 1, 1,
57  0, 0, 1,
58  1, 1, 1,
59  0, 0, 1,
60  1, 1, 1
61  }
62  ,
63  {
64  1, 0, 1,
65  1, 0, 1,
66  1, 1, 1,
67  0, 0, 1,
68  0, 0, 1
69  }
70  ,
71  {
72  1, 1, 1,
73  1, 0, 0,
74  1, 1, 1,
75  0, 0, 1,
76  1, 1, 1
77  }
78  ,
79  {
80  1, 1, 1,
81  1, 0, 0,
82  1, 1, 1,
83  1, 0, 1,
84  1, 1, 1
85  }
86  ,
87  {
88  1, 1, 1,
89  0, 0, 1,
90  0, 0, 1,
91  0, 0, 1,
92  0, 0, 1
93  }
94  ,
95  {
96  1, 1, 1,
97  1, 0, 1,
98  1, 1, 1,
99  1, 0, 1,
100  1, 1, 1
101  }
102  ,
103  {
104  1, 1, 1,
105  1, 0, 1,
106  1, 1, 1,
107  0, 0, 1,
108  0, 0, 1
109  }
110  , // A
111  {
112  1, 1, 1,
113  1, 0, 1,
114  1, 1, 1,
115  1, 0, 1,
116  1, 0, 1
117  }
118  , // B
119  {
120  1, 1, 0,
121  1, 0, 1,
122  1, 1, 0,
123  1, 0, 1,
124  1, 1, 0
125  }
126  , // C
127  {
128  1, 1, 1,
129  1, 0, 0,
130  1, 0, 0,
131  1, 0, 0,
132  1, 1, 1
133  }
134  , // D
135  {
136  1, 1, 0,
137  1, 0, 1,
138  1, 0, 1,
139  1, 0, 1,
140  1, 1, 0
141  }
142  , // E
143  {
144  1, 1, 1,
145  1, 0, 0,
146  1, 1, 1,
147  1, 0, 0,
148  1, 1, 1
149  }
150  , // F
151  {
152  1, 1, 1,
153  1, 0, 0,
154  1, 1, 0,
155  1, 0, 0,
156  1, 0, 0
157  }
158  , // G
159  {
160  1, 1, 1,
161  1, 0, 0,
162  1, 0, 1,
163  1, 0, 1,
164  1, 1, 1
165  }
166  , // H
167  {
168  1, 0, 1,
169  1, 0, 1,
170  1, 1, 1,
171  1, 0, 1,
172  1, 0, 1
173  }
174  , // I
175  {
176  1, 1, 1,
177  0, 1, 0,
178  0, 1, 0,
179  0, 1, 0,
180  1, 1, 1
181  }
182  , // J
183  {
184  0, 0, 1,
185  0, 0, 1,
186  0, 0, 1,
187  1, 0, 1,
188  1, 1, 1
189  }
190  , // K
191  {
192  1, 0, 1,
193  1, 0, 1,
194  1, 1, 0,
195  1, 0, 1,
196  1, 0, 1
197  }
198  , // L
199  {
200  1, 0, 0,
201  1, 0, 0,
202  1, 0, 0,
203  1, 0, 0,
204  1, 1, 1
205  }
206  , // M
207  {
208  1, 0, 1,
209  1, 1, 1,
210  1, 0, 1,
211  1, 0, 1,
212  1, 0, 1
213  }
214  , // n
215  {
216  0, 0, 0,
217  0, 0, 0,
218  1, 1, 1,
219  1, 0, 1,
220  1, 0, 1
221  }
222  , // o
223  {
224  0, 0, 0,
225  0, 0, 0,
226  1, 1, 1,
227  1, 0, 1,
228  1, 1, 1
229  }
230  , // P
231  {
232  1, 1, 1,
233  1, 0, 1,
234  1, 1, 1,
235  1, 0, 0,
236  1, 0, 0
237  }
238 
239 };
240 
241 } // End of namespace Nuvie
242 } // End of namespace Ultima
243 
244 #endif
Definition: detection.h:27