JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
GLUTBitmapTimesRoman10.java
Go to the documentation of this file.
1/*
2 * Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met:
7 *
8 * - Redistribution of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 *
11 * - Redistribution in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
13 * documentation and/or other materials provided with the distribution.
14 *
15 * Neither the name of Sun Microsystems, Inc. or the names of
16 * contributors may be used to endorse or promote products derived from
17 * this software without specific prior written permission.
18 *
19 * This software is provided "AS IS," without a warranty of any kind. ALL
20 * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES,
21 * INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A
22 * PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN
23 * MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT BE LIABLE FOR
24 * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
25 * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN OR
26 * ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR
27 * DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE
28 * DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY,
29 * ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, EVEN IF
30 * SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
31 *
32 * You acknowledge that this software is not designed or intended for use
33 * in the design, construction, operation or maintenance of any nuclear
34 * facility.
35 *
36 * Sun gratefully acknowledges that this software was originally authored
37 * and developed by Kenneth Bradley Russell and Christopher John Kline.
38 */
39
40package com.jogamp.opengl.util.gl2;
41
42class GLUTBitmapTimesRoman10 {
43
44/* GENERATED FILE -- DO NOT MODIFY */
45
46/* char: 0xff */
47
48static final byte[] ch255data = {
49(byte) 0x80,(byte) 0xc0,(byte) 0x40,(byte) 0x60,(byte) 0xa0,(byte) 0x90,(byte) 0xb8,(byte) 0x0,(byte) 0xa0,
50};
51
52static final BitmapCharRec ch255 = new BitmapCharRec(5,9,0,2,5,ch255data);
53
54/* char: 0xfe */
55
56static final byte[] ch254data = {
57(byte) 0xc0,(byte) 0x80,(byte) 0xe0,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0xe0,(byte) 0x80,(byte) 0x80,
58};
59
60static final BitmapCharRec ch254 = new BitmapCharRec(4,9,0,2,5,ch254data);
61
62/* char: 0xfd */
63
64static final byte[] ch253data = {
65(byte) 0x80,(byte) 0xc0,(byte) 0x40,(byte) 0x60,(byte) 0xa0,(byte) 0x90,(byte) 0xb8,(byte) 0x0,(byte) 0x20,(byte) 0x10,
66};
67
68static final BitmapCharRec ch253 = new BitmapCharRec(5,10,0,2,5,ch253data);
69
70/* char: 0xfc */
71
72static final byte[] ch252data = {
73(byte) 0x68,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x0,(byte) 0x50,
74};
75
76static final BitmapCharRec ch252 = new BitmapCharRec(5,7,0,0,5,ch252data);
77
78/* char: 0xfb */
79
80static final byte[] ch251data = {
81(byte) 0x68,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x0,(byte) 0x50,(byte) 0x20,
82};
83
84static final BitmapCharRec ch251 = new BitmapCharRec(5,8,0,0,5,ch251data);
85
86/* char: 0xfa */
87
88static final byte[] ch250data = {
89(byte) 0x68,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x0,(byte) 0x40,(byte) 0x20,
90};
91
92static final BitmapCharRec ch250 = new BitmapCharRec(5,8,0,0,5,ch250data);
93
94/* char: 0xf9 */
95
96static final byte[] ch249data = {
97(byte) 0x68,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x0,(byte) 0x20,(byte) 0x40,
98};
99
100static final BitmapCharRec ch249 = new BitmapCharRec(5,8,0,0,5,ch249data);
101
102/* char: 0xf8 */
103
104static final byte[] ch248data = {
105(byte) 0x80,(byte) 0x70,(byte) 0x48,(byte) 0x48,(byte) 0x48,(byte) 0x38,(byte) 0x4,
106};
107
108static final BitmapCharRec ch248 = new BitmapCharRec(6,7,1,1,5,ch248data);
109
110/* char: 0xf7 */
111
112static final byte[] ch247data = {
113(byte) 0x20,(byte) 0x0,(byte) 0xf8,(byte) 0x0,(byte) 0x20,
114};
115
116static final BitmapCharRec ch247 = new BitmapCharRec(5,5,0,0,6,ch247data);
117
118/* char: 0xf6 */
119
120static final byte[] ch246data = {
121(byte) 0x60,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x60,(byte) 0x0,(byte) 0xa0,
122};
123
124static final BitmapCharRec ch246 = new BitmapCharRec(4,7,0,0,5,ch246data);
125
126/* char: 0xf5 */
127
128static final byte[] ch245data = {
129(byte) 0x60,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x60,(byte) 0x0,(byte) 0xa0,(byte) 0x50,
130};
131
132static final BitmapCharRec ch245 = new BitmapCharRec(4,8,0,0,5,ch245data);
133
134/* char: 0xf4 */
135
136static final byte[] ch244data = {
137(byte) 0x60,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x60,(byte) 0x0,(byte) 0xa0,(byte) 0x40,
138};
139
140static final BitmapCharRec ch244 = new BitmapCharRec(4,8,0,0,5,ch244data);
141
142/* char: 0xf3 */
143
144static final byte[] ch243data = {
145(byte) 0x60,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x60,(byte) 0x0,(byte) 0x40,(byte) 0x20,
146};
147
148static final BitmapCharRec ch243 = new BitmapCharRec(4,8,0,0,5,ch243data);
149
150/* char: 0xf2 */
151
152static final byte[] ch242data = {
153(byte) 0x60,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x60,(byte) 0x0,(byte) 0x20,(byte) 0x40,
154};
155
156static final BitmapCharRec ch242 = new BitmapCharRec(4,8,0,0,5,ch242data);
157
158/* char: 0xf1 */
159
160static final byte[] ch241data = {
161(byte) 0xd8,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0xe0,(byte) 0x0,(byte) 0xa0,(byte) 0x50,
162};
163
164static final BitmapCharRec ch241 = new BitmapCharRec(5,8,0,0,5,ch241data);
165
166/* char: 0xf0 */
167
168static final byte[] ch240data = {
169(byte) 0x60,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x70,(byte) 0xa0,(byte) 0x70,(byte) 0x40,
170};
171
172static final BitmapCharRec ch240 = new BitmapCharRec(4,8,0,0,5,ch240data);
173
174/* char: 0xef */
175
176static final byte[] ch239data = {
177(byte) 0xe0,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0xc0,(byte) 0x0,(byte) 0xa0,
178};
179
180static final BitmapCharRec ch239 = new BitmapCharRec(3,7,0,0,4,ch239data);
181
182/* char: 0xee */
183
184static final byte[] ch238data = {
185(byte) 0xe0,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0xc0,(byte) 0x0,(byte) 0xa0,(byte) 0x40,
186};
187
188static final BitmapCharRec ch238 = new BitmapCharRec(3,8,0,0,4,ch238data);
189
190/* char: 0xed */
191
192static final byte[] ch237data = {
193(byte) 0xe0,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0xc0,(byte) 0x0,(byte) 0x40,(byte) 0x20,
194};
195
196static final BitmapCharRec ch237 = new BitmapCharRec(3,8,0,0,4,ch237data);
197
198/* char: 0xec */
199
200static final byte[] ch236data = {
201(byte) 0xe0,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0xc0,(byte) 0x0,(byte) 0x40,(byte) 0x80,
202};
203
204static final BitmapCharRec ch236 = new BitmapCharRec(3,8,0,0,4,ch236data);
205
206/* char: 0xeb */
207
208static final byte[] ch235data = {
209(byte) 0x60,(byte) 0x80,(byte) 0xc0,(byte) 0xa0,(byte) 0x60,(byte) 0x0,(byte) 0xa0,
210};
211
212static final BitmapCharRec ch235 = new BitmapCharRec(3,7,0,0,4,ch235data);
213
214/* char: 0xea */
215
216static final byte[] ch234data = {
217(byte) 0x60,(byte) 0x80,(byte) 0xc0,(byte) 0xa0,(byte) 0x60,(byte) 0x0,(byte) 0xa0,(byte) 0x40,
218};
219
220static final BitmapCharRec ch234 = new BitmapCharRec(3,8,0,0,4,ch234data);
221
222/* char: 0xe9 */
223
224static final byte[] ch233data = {
225(byte) 0x60,(byte) 0x80,(byte) 0xc0,(byte) 0xa0,(byte) 0x60,(byte) 0x0,(byte) 0x40,(byte) 0x20,
226};
227
228static final BitmapCharRec ch233 = new BitmapCharRec(3,8,0,0,4,ch233data);
229
230/* char: 0xe8 */
231
232static final byte[] ch232data = {
233(byte) 0x60,(byte) 0x80,(byte) 0xc0,(byte) 0xa0,(byte) 0x60,(byte) 0x0,(byte) 0x40,(byte) 0x80,
234};
235
236static final BitmapCharRec ch232 = new BitmapCharRec(3,8,0,0,4,ch232data);
237
238/* char: 0xe7 */
239
240static final byte[] ch231data = {
241(byte) 0xc0,(byte) 0x20,(byte) 0x40,(byte) 0x60,(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0x60,
242};
243
244static final BitmapCharRec ch231 = new BitmapCharRec(3,8,0,3,4,ch231data);
245
246/* char: 0xe6 */
247
248static final byte[] ch230data = {
249(byte) 0xd8,(byte) 0xa0,(byte) 0x70,(byte) 0x28,(byte) 0xd8,
250};
251
252static final BitmapCharRec ch230 = new BitmapCharRec(5,5,0,0,6,ch230data);
253
254/* char: 0xe5 */
255
256static final byte[] ch229data = {
257(byte) 0xe0,(byte) 0xa0,(byte) 0x60,(byte) 0x20,(byte) 0xc0,(byte) 0x40,(byte) 0xa0,(byte) 0x40,
258};
259
260static final BitmapCharRec ch229 = new BitmapCharRec(3,8,0,0,4,ch229data);
261
262/* char: 0xe4 */
263
264static final byte[] ch228data = {
265(byte) 0xe0,(byte) 0xa0,(byte) 0x60,(byte) 0x20,(byte) 0xc0,(byte) 0x0,(byte) 0xa0,
266};
267
268static final BitmapCharRec ch228 = new BitmapCharRec(3,7,0,0,4,ch228data);
269
270/* char: 0xe3 */
271
272static final byte[] ch227data = {
273(byte) 0xe0,(byte) 0xa0,(byte) 0x60,(byte) 0x20,(byte) 0xc0,(byte) 0x0,(byte) 0xa0,(byte) 0x50,
274};
275
276static final BitmapCharRec ch227 = new BitmapCharRec(4,8,0,0,4,ch227data);
277
278/* char: 0xe2 */
279
280static final byte[] ch226data = {
281(byte) 0xe0,(byte) 0xa0,(byte) 0x60,(byte) 0x20,(byte) 0xc0,(byte) 0x0,(byte) 0xa0,(byte) 0x40,
282};
283
284static final BitmapCharRec ch226 = new BitmapCharRec(3,8,0,0,4,ch226data);
285
286/* char: 0xe1 */
287
288static final byte[] ch225data = {
289(byte) 0xe0,(byte) 0xa0,(byte) 0x60,(byte) 0x20,(byte) 0xc0,(byte) 0x0,(byte) 0x40,(byte) 0x20,
290};
291
292static final BitmapCharRec ch225 = new BitmapCharRec(3,8,0,0,4,ch225data);
293
294/* char: 0xe0 */
295
296static final byte[] ch224data = {
297(byte) 0xe0,(byte) 0xa0,(byte) 0x60,(byte) 0x20,(byte) 0xc0,(byte) 0x0,(byte) 0x40,(byte) 0x80,
298};
299
300static final BitmapCharRec ch224 = new BitmapCharRec(3,8,0,0,4,ch224data);
301
302/* char: 0xdf */
303
304static final byte[] ch223data = {
305(byte) 0xe0,(byte) 0x50,(byte) 0x50,(byte) 0x60,(byte) 0x50,(byte) 0x50,(byte) 0x20,
306};
307
308static final BitmapCharRec ch223 = new BitmapCharRec(4,7,0,0,5,ch223data);
309
310/* char: 0xde */
311
312static final byte[] ch222data = {
313(byte) 0xe0,(byte) 0x40,(byte) 0x70,(byte) 0x48,(byte) 0x70,(byte) 0x40,(byte) 0xe0,
314};
315
316static final BitmapCharRec ch222 = new BitmapCharRec(5,7,0,0,6,ch222data);
317
318/* char: 0xdd */
319
320static final byte[] ch221data = {
321(byte) 0x38,(byte) 0x10,(byte) 0x10,(byte) 0x28,(byte) 0x28,(byte) 0x44,(byte) 0xee,(byte) 0x0,(byte) 0x10,(byte) 0x8,
322};
323
324static final BitmapCharRec ch221 = new BitmapCharRec(7,10,0,0,8,ch221data);
325
326/* char: 0xdc */
327
328static final byte[] ch220data = {
329(byte) 0x38,(byte) 0x6c,(byte) 0x44,(byte) 0x44,(byte) 0x44,(byte) 0x44,(byte) 0xee,(byte) 0x0,(byte) 0x28,
330};
331
332static final BitmapCharRec ch220 = new BitmapCharRec(7,9,0,0,8,ch220data);
333
334/* char: 0xdb */
335
336static final byte[] ch219data = {
337(byte) 0x38,(byte) 0x6c,(byte) 0x44,(byte) 0x44,(byte) 0x44,(byte) 0x44,(byte) 0xee,(byte) 0x0,(byte) 0x28,(byte) 0x10,
338};
339
340static final BitmapCharRec ch219 = new BitmapCharRec(7,10,0,0,8,ch219data);
341
342/* char: 0xda */
343
344static final byte[] ch218data = {
345(byte) 0x38,(byte) 0x6c,(byte) 0x44,(byte) 0x44,(byte) 0x44,(byte) 0x44,(byte) 0xee,(byte) 0x0,(byte) 0x10,(byte) 0x8,
346};
347
348static final BitmapCharRec ch218 = new BitmapCharRec(7,10,0,0,8,ch218data);
349
350/* char: 0xd9 */
351
352static final byte[] ch217data = {
353(byte) 0x38,(byte) 0x6c,(byte) 0x44,(byte) 0x44,(byte) 0x44,(byte) 0x44,(byte) 0xee,(byte) 0x0,(byte) 0x10,(byte) 0x20,
354};
355
356static final BitmapCharRec ch217 = new BitmapCharRec(7,10,0,0,8,ch217data);
357
358/* char: 0xd8 */
359
360static final byte[] ch216data = {
361(byte) 0x80,(byte) 0x7c,(byte) 0x66,(byte) 0x52,(byte) 0x52,(byte) 0x4a,(byte) 0x66,(byte) 0x3e,(byte) 0x1,
362};
363
364static final BitmapCharRec ch216 = new BitmapCharRec(8,9,0,1,8,ch216data);
365
366/* char: 0xd7 */
367
368static final byte[] ch215data = {
369(byte) 0x88,(byte) 0x50,(byte) 0x20,(byte) 0x50,(byte) 0x88,
370};
371
372static final BitmapCharRec ch215 = new BitmapCharRec(5,5,0,0,6,ch215data);
373
374/* char: 0xd6 */
375
376static final byte[] ch214data = {
377(byte) 0x78,(byte) 0xcc,(byte) 0x84,(byte) 0x84,(byte) 0x84,(byte) 0xcc,(byte) 0x78,(byte) 0x0,(byte) 0x50,
378};
379
380static final BitmapCharRec ch214 = new BitmapCharRec(6,9,0,0,7,ch214data);
381
382/* char: 0xd5 */
383
384static final byte[] ch213data = {
385(byte) 0x78,(byte) 0xcc,(byte) 0x84,(byte) 0x84,(byte) 0x84,(byte) 0xcc,(byte) 0x78,(byte) 0x0,(byte) 0x50,(byte) 0x28,
386};
387
388static final BitmapCharRec ch213 = new BitmapCharRec(6,10,0,0,7,ch213data);
389
390/* char: 0xd4 */
391
392static final byte[] ch212data = {
393(byte) 0x78,(byte) 0xcc,(byte) 0x84,(byte) 0x84,(byte) 0x84,(byte) 0xcc,(byte) 0x78,(byte) 0x0,(byte) 0x50,(byte) 0x20,
394};
395
396static final BitmapCharRec ch212 = new BitmapCharRec(6,10,0,0,7,ch212data);
397
398/* char: 0xd3 */
399
400static final byte[] ch211data = {
401(byte) 0x78,(byte) 0xcc,(byte) 0x84,(byte) 0x84,(byte) 0x84,(byte) 0xcc,(byte) 0x78,(byte) 0x0,(byte) 0x10,(byte) 0x8,
402};
403
404static final BitmapCharRec ch211 = new BitmapCharRec(6,10,0,0,7,ch211data);
405
406/* char: 0xd2 */
407
408static final byte[] ch210data = {
409(byte) 0x78,(byte) 0xcc,(byte) 0x84,(byte) 0x84,(byte) 0x84,(byte) 0xcc,(byte) 0x78,(byte) 0x0,(byte) 0x20,(byte) 0x40,
410};
411
412static final BitmapCharRec ch210 = new BitmapCharRec(6,10,0,0,7,ch210data);
413
414/* char: 0xd1 */
415
416static final byte[] ch209data = {
417(byte) 0xe4,(byte) 0x4c,(byte) 0x4c,(byte) 0x54,(byte) 0x54,(byte) 0x64,(byte) 0xee,(byte) 0x0,(byte) 0x50,(byte) 0x28,
418};
419
420static final BitmapCharRec ch209 = new BitmapCharRec(7,10,0,0,8,ch209data);
421
422/* char: 0xd0 */
423
424static final byte[] ch208data = {
425(byte) 0xf8,(byte) 0x4c,(byte) 0x44,(byte) 0xe4,(byte) 0x44,(byte) 0x4c,(byte) 0xf8,
426};
427
428static final BitmapCharRec ch208 = new BitmapCharRec(6,7,0,0,7,ch208data);
429
430/* char: 0xcf */
431
432static final byte[] ch207data = {
433(byte) 0xe0,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0xe0,(byte) 0x0,(byte) 0xa0,
434};
435
436static final BitmapCharRec ch207 = new BitmapCharRec(3,9,0,0,4,ch207data);
437
438/* char: 0xce */
439
440static final byte[] ch206data = {
441(byte) 0xe0,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0xe0,(byte) 0x0,(byte) 0xa0,(byte) 0x40,
442};
443
444static final BitmapCharRec ch206 = new BitmapCharRec(3,10,0,0,4,ch206data);
445
446/* char: 0xcd */
447
448static final byte[] ch205data = {
449(byte) 0xe0,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0xe0,(byte) 0x0,(byte) 0x40,(byte) 0x20,
450};
451
452static final BitmapCharRec ch205 = new BitmapCharRec(3,10,0,0,4,ch205data);
453
454/* char: 0xcc */
455
456static final byte[] ch204data = {
457(byte) 0xe0,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0xe0,(byte) 0x0,(byte) 0x40,(byte) 0x80,
458};
459
460static final BitmapCharRec ch204 = new BitmapCharRec(3,10,0,0,4,ch204data);
461
462/* char: 0xcb */
463
464static final byte[] ch203data = {
465(byte) 0xf8,(byte) 0x48,(byte) 0x40,(byte) 0x70,(byte) 0x40,(byte) 0x48,(byte) 0xf8,(byte) 0x0,(byte) 0x50,
466};
467
468static final BitmapCharRec ch203 = new BitmapCharRec(5,9,0,0,6,ch203data);
469
470/* char: 0xca */
471
472static final byte[] ch202data = {
473(byte) 0xf8,(byte) 0x48,(byte) 0x40,(byte) 0x70,(byte) 0x40,(byte) 0x48,(byte) 0xf8,(byte) 0x0,(byte) 0x50,(byte) 0x20,
474};
475
476static final BitmapCharRec ch202 = new BitmapCharRec(5,10,0,0,6,ch202data);
477
478/* char: 0xc9 */
479
480static final byte[] ch201data = {
481(byte) 0xf8,(byte) 0x48,(byte) 0x40,(byte) 0x70,(byte) 0x40,(byte) 0x48,(byte) 0xf8,(byte) 0x0,(byte) 0x20,(byte) 0x10,
482};
483
484static final BitmapCharRec ch201 = new BitmapCharRec(5,10,0,0,6,ch201data);
485
486/* char: 0xc8 */
487
488static final byte[] ch200data = {
489(byte) 0xf8,(byte) 0x48,(byte) 0x40,(byte) 0x70,(byte) 0x40,(byte) 0x48,(byte) 0xf8,(byte) 0x0,(byte) 0x20,(byte) 0x40,
490};
491
492static final BitmapCharRec ch200 = new BitmapCharRec(5,10,0,0,6,ch200data);
493
494/* char: 0xc7 */
495
496static final byte[] ch199data = {
497(byte) 0x60,(byte) 0x10,(byte) 0x20,(byte) 0x78,(byte) 0xc4,(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0xc4,(byte) 0x7c,
498};
499
500static final BitmapCharRec ch199 = new BitmapCharRec(6,10,0,3,7,ch199data);
501
502/* char: 0xc6 */
503
504static final byte[] ch198data = {
505(byte) 0xef,(byte) 0x49,(byte) 0x78,(byte) 0x2e,(byte) 0x28,(byte) 0x39,(byte) 0x1f,
506};
507
508static final BitmapCharRec ch198 = new BitmapCharRec(8,7,0,0,9,ch198data);
509
510/* char: 0xc5 */
511
512static final byte[] ch197data = {
513(byte) 0xee,(byte) 0x44,(byte) 0x7c,(byte) 0x28,(byte) 0x28,(byte) 0x38,(byte) 0x10,(byte) 0x10,(byte) 0x28,(byte) 0x10,
514};
515
516static final BitmapCharRec ch197 = new BitmapCharRec(7,10,0,0,8,ch197data);
517
518/* char: 0xc4 */
519
520static final byte[] ch196data = {
521(byte) 0xee,(byte) 0x44,(byte) 0x7c,(byte) 0x28,(byte) 0x28,(byte) 0x38,(byte) 0x10,(byte) 0x0,(byte) 0x28,
522};
523
524static final BitmapCharRec ch196 = new BitmapCharRec(7,9,0,0,8,ch196data);
525
526/* char: 0xc3 */
527
528static final byte[] ch195data = {
529(byte) 0xee,(byte) 0x44,(byte) 0x7c,(byte) 0x28,(byte) 0x28,(byte) 0x38,(byte) 0x10,(byte) 0x0,(byte) 0x28,(byte) 0x14,
530};
531
532static final BitmapCharRec ch195 = new BitmapCharRec(7,10,0,0,8,ch195data);
533
534/* char: 0xc2 */
535
536static final byte[] ch194data = {
537(byte) 0xee,(byte) 0x44,(byte) 0x7c,(byte) 0x28,(byte) 0x28,(byte) 0x38,(byte) 0x10,(byte) 0x0,(byte) 0x28,(byte) 0x10,
538};
539
540static final BitmapCharRec ch194 = new BitmapCharRec(7,10,0,0,8,ch194data);
541
542/* char: 0xc1 */
543
544static final byte[] ch193data = {
545(byte) 0xee,(byte) 0x44,(byte) 0x7c,(byte) 0x28,(byte) 0x28,(byte) 0x38,(byte) 0x10,(byte) 0x0,(byte) 0x10,(byte) 0x8,
546};
547
548static final BitmapCharRec ch193 = new BitmapCharRec(7,10,0,0,8,ch193data);
549
550/* char: 0xc0 */
551
552static final byte[] ch192data = {
553(byte) 0xee,(byte) 0x44,(byte) 0x7c,(byte) 0x28,(byte) 0x28,(byte) 0x38,(byte) 0x10,(byte) 0x0,(byte) 0x10,(byte) 0x20,
554};
555
556static final BitmapCharRec ch192 = new BitmapCharRec(7,10,0,0,8,ch192data);
557
558/* char: 0xbf */
559
560static final byte[] ch191data = {
561(byte) 0xe0,(byte) 0xa0,(byte) 0x80,(byte) 0x40,(byte) 0x40,(byte) 0x0,(byte) 0x40,
562};
563
564static final BitmapCharRec ch191 = new BitmapCharRec(3,7,0,2,4,ch191data);
565
566/* char: 0xbe */
567
568static final byte[] ch190data = {
569(byte) 0x44,(byte) 0x3e,(byte) 0x2c,(byte) 0xd4,(byte) 0x28,(byte) 0x48,(byte) 0xe4,
570};
571
572static final BitmapCharRec ch190 = new BitmapCharRec(7,7,0,0,8,ch190data);
573
574/* char: 0xbd */
575
576static final byte[] ch189data = {
577(byte) 0x4e,(byte) 0x24,(byte) 0x2a,(byte) 0xf6,(byte) 0x48,(byte) 0xc8,(byte) 0x44,
578};
579
580static final BitmapCharRec ch189 = new BitmapCharRec(7,7,0,0,8,ch189data);
581
582/* char: 0xbc */
583
584static final byte[] ch188data = {
585(byte) 0x44,(byte) 0x3e,(byte) 0x2c,(byte) 0xf4,(byte) 0x48,(byte) 0xc8,(byte) 0x44,
586};
587
588static final BitmapCharRec ch188 = new BitmapCharRec(7,7,0,0,8,ch188data);
589
590/* char: 0xbb */
591
592static final byte[] ch187data = {
593(byte) 0xa0,(byte) 0x50,(byte) 0x50,(byte) 0xa0,
594};
595
596static final BitmapCharRec ch187 = new BitmapCharRec(4,4,0,-1,5,ch187data);
597
598/* char: 0xba */
599
600static final byte[] ch186data = {
601(byte) 0xe0,(byte) 0x0,(byte) 0x40,(byte) 0xa0,(byte) 0x40,
602};
603
604static final BitmapCharRec ch186 = new BitmapCharRec(3,5,0,-2,4,ch186data);
605
606/* char: 0xb9 */
607
608static final byte[] ch185data = {
609(byte) 0xe0,(byte) 0x40,(byte) 0xc0,(byte) 0x40,
610};
611
612static final BitmapCharRec ch185 = new BitmapCharRec(3,4,0,-3,3,ch185data);
613
614/* char: 0xb8 */
615
616static final byte[] ch184data = {
617(byte) 0xc0,(byte) 0x20,(byte) 0x40,
618};
619
620static final BitmapCharRec ch184 = new BitmapCharRec(3,3,0,3,4,ch184data);
621
622/* char: 0xb7 */
623
624static final byte[] ch183data = {
625(byte) 0x80,
626};
627
628static final BitmapCharRec ch183 = new BitmapCharRec(1,1,0,-2,2,ch183data);
629
630/* char: 0xb6 */
631
632static final byte[] ch182data = {
633(byte) 0x28,(byte) 0x28,(byte) 0x28,(byte) 0x28,(byte) 0x68,(byte) 0xe8,(byte) 0xe8,(byte) 0xe8,(byte) 0x7c,
634};
635
636static final BitmapCharRec ch182 = new BitmapCharRec(6,9,0,2,6,ch182data);
637
638/* char: 0xb5 */
639
640static final byte[] ch181data = {
641(byte) 0x80,(byte) 0x80,(byte) 0xe8,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x90,
642};
643
644static final BitmapCharRec ch181 = new BitmapCharRec(5,7,0,2,5,ch181data);
645
646/* char: 0xb4 */
647
648static final byte[] ch180data = {
649(byte) 0x80,(byte) 0x40,
650};
651
652static final BitmapCharRec ch180 = new BitmapCharRec(2,2,0,-5,3,ch180data);
653
654/* char: 0xb3 */
655
656static final byte[] ch179data = {
657(byte) 0xc0,(byte) 0x20,(byte) 0x40,(byte) 0xe0,
658};
659
660static final BitmapCharRec ch179 = new BitmapCharRec(3,4,0,-3,3,ch179data);
661
662/* char: 0xb2 */
663
664static final byte[] ch178data = {
665(byte) 0xe0,(byte) 0x40,(byte) 0xa0,(byte) 0x60,
666};
667
668static final BitmapCharRec ch178 = new BitmapCharRec(3,4,0,-3,3,ch178data);
669
670/* char: 0xb1 */
671
672static final byte[] ch177data = {
673(byte) 0xf8,(byte) 0x0,(byte) 0x20,(byte) 0x20,(byte) 0xf8,(byte) 0x20,(byte) 0x20,
674};
675
676static final BitmapCharRec ch177 = new BitmapCharRec(5,7,0,0,6,ch177data);
677
678/* char: 0xb0 */
679
680static final byte[] ch176data = {
681(byte) 0x60,(byte) 0x90,(byte) 0x90,(byte) 0x60,
682};
683
684static final BitmapCharRec ch176 = new BitmapCharRec(4,4,0,-3,4,ch176data);
685
686/* char: 0xaf */
687
688static final byte[] ch175data = {
689(byte) 0xe0,
690};
691
692static final BitmapCharRec ch175 = new BitmapCharRec(3,1,0,-6,4,ch175data);
693
694/* char: 0xae */
695
696static final byte[] ch174data = {
697(byte) 0x38,(byte) 0x44,(byte) 0xaa,(byte) 0xb2,(byte) 0xba,(byte) 0x44,(byte) 0x38,
698};
699
700static final BitmapCharRec ch174 = new BitmapCharRec(7,7,-1,0,9,ch174data);
701
702/* char: 0xad */
703
704static final byte[] ch173data = {
705(byte) 0xe0,
706};
707
708static final BitmapCharRec ch173 = new BitmapCharRec(3,1,0,-2,4,ch173data);
709
710/* char: 0xac */
711
712static final byte[] ch172data = {
713(byte) 0x8,(byte) 0x8,(byte) 0xf8,
714};
715
716static final BitmapCharRec ch172 = new BitmapCharRec(5,3,-1,-1,7,ch172data);
717
718/* char: 0xab */
719
720static final byte[] ch171data = {
721(byte) 0x50,(byte) 0xa0,(byte) 0xa0,(byte) 0x50,
722};
723
724static final BitmapCharRec ch171 = new BitmapCharRec(4,4,0,-1,5,ch171data);
725
726/* char: 0xaa */
727
728static final byte[] ch170data = {
729(byte) 0xe0,(byte) 0x0,(byte) 0xa0,(byte) 0x20,(byte) 0xc0,
730};
731
732static final BitmapCharRec ch170 = new BitmapCharRec(3,5,0,-2,4,ch170data);
733
734/* char: 0xa9 */
735
736static final byte[] ch169data = {
737(byte) 0x38,(byte) 0x44,(byte) 0x9a,(byte) 0xa2,(byte) 0x9a,(byte) 0x44,(byte) 0x38,
738};
739
740static final BitmapCharRec ch169 = new BitmapCharRec(7,7,-1,0,9,ch169data);
741
742/* char: 0xa8 */
743
744static final byte[] ch168data = {
745(byte) 0xa0,
746};
747
748static final BitmapCharRec ch168 = new BitmapCharRec(3,1,-1,-6,5,ch168data);
749
750/* char: 0xa7 */
751
752static final byte[] ch167data = {
753(byte) 0xe0,(byte) 0x90,(byte) 0x20,(byte) 0x50,(byte) 0x90,(byte) 0xa0,(byte) 0x40,(byte) 0x90,(byte) 0x70,
754};
755
756static final BitmapCharRec ch167 = new BitmapCharRec(4,9,0,1,5,ch167data);
757
758/* char: 0xa6 */
759
760static final byte[] ch166data = {
761(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0x0,(byte) 0x80,(byte) 0x80,(byte) 0x80,
762};
763
764static final BitmapCharRec ch166 = new BitmapCharRec(1,7,0,0,2,ch166data);
765
766/* char: 0xa5 */
767
768static final byte[] ch165data = {
769(byte) 0x70,(byte) 0x20,(byte) 0xf8,(byte) 0x20,(byte) 0xd8,(byte) 0x50,(byte) 0x88,
770};
771
772static final BitmapCharRec ch165 = new BitmapCharRec(5,7,0,0,5,ch165data);
773
774/* char: 0xa4 */
775
776static final byte[] ch164data = {
777(byte) 0x88,(byte) 0x70,(byte) 0x50,(byte) 0x50,(byte) 0x70,(byte) 0x88,
778};
779
780static final BitmapCharRec ch164 = new BitmapCharRec(5,6,0,-1,5,ch164data);
781
782/* char: 0xa3 */
783
784static final byte[] ch163data = {
785(byte) 0xf0,(byte) 0xc8,(byte) 0x40,(byte) 0xe0,(byte) 0x40,(byte) 0x50,(byte) 0x30,
786};
787
788static final BitmapCharRec ch163 = new BitmapCharRec(5,7,0,0,5,ch163data);
789
790/* char: 0xa2 */
791
792static final byte[] ch162data = {
793(byte) 0x80,(byte) 0xe0,(byte) 0x90,(byte) 0x80,(byte) 0x90,(byte) 0x70,(byte) 0x10,
794};
795
796static final BitmapCharRec ch162 = new BitmapCharRec(4,7,0,1,5,ch162data);
797
798/* char: 0xa1 */
799
800static final byte[] ch161data = {
801(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0x0,(byte) 0x80,
802};
803
804static final BitmapCharRec ch161 = new BitmapCharRec(1,7,-1,2,3,ch161data);
805
806/* char: 0xa0 */
807
808static final BitmapCharRec ch160 = new BitmapCharRec(0,0,0,0,2,null);
809
810/* char: 0x7e '~' */
811
812static final byte[] ch126data = {
813(byte) 0x98,(byte) 0x64,
814};
815
816static final BitmapCharRec ch126 = new BitmapCharRec(6,2,0,-2,7,ch126data);
817
818/* char: 0x7d '}' */
819
820static final byte[] ch125data = {
821(byte) 0x80,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x20,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x80,
822};
823
824static final BitmapCharRec ch125 = new BitmapCharRec(3,9,0,2,4,ch125data);
825
826/* char: 0x7c '|' */
827
828static final byte[] ch124data = {
829(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0x80,
830};
831
832static final BitmapCharRec ch124 = new BitmapCharRec(1,9,0,2,2,ch124data);
833
834/* char: 0x7b '{' */
835
836static final byte[] ch123data = {
837(byte) 0x20,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x80,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x20,
838};
839
840static final BitmapCharRec ch123 = new BitmapCharRec(3,9,0,2,4,ch123data);
841
842/* char: 0x7a 'z' */
843
844static final byte[] ch122data = {
845(byte) 0xf0,(byte) 0x90,(byte) 0x40,(byte) 0x20,(byte) 0xf0,
846};
847
848static final BitmapCharRec ch122 = new BitmapCharRec(4,5,0,0,5,ch122data);
849
850/* char: 0x79 'y' */
851
852static final byte[] ch121data = {
853(byte) 0x40,(byte) 0x40,(byte) 0x20,(byte) 0x30,(byte) 0x50,(byte) 0x48,(byte) 0xdc,
854};
855
856static final BitmapCharRec ch121 = new BitmapCharRec(6,7,1,2,5,ch121data);
857
858/* char: 0x78 'x' */
859
860static final byte[] ch120data = {
861(byte) 0xd8,(byte) 0x50,(byte) 0x20,(byte) 0x50,(byte) 0xd8,
862};
863
864static final BitmapCharRec ch120 = new BitmapCharRec(5,5,0,0,6,ch120data);
865
866/* char: 0x77 'w' */
867
868static final byte[] ch119data = {
869(byte) 0x28,(byte) 0x6c,(byte) 0x54,(byte) 0x92,(byte) 0xdb,
870};
871
872static final BitmapCharRec ch119 = new BitmapCharRec(8,5,0,0,8,ch119data);
873
874/* char: 0x76 'v' */
875
876static final byte[] ch118data = {
877(byte) 0x20,(byte) 0x60,(byte) 0x50,(byte) 0x90,(byte) 0xd8,
878};
879
880static final BitmapCharRec ch118 = new BitmapCharRec(5,5,0,0,5,ch118data);
881
882/* char: 0x75 'u' */
883
884static final byte[] ch117data = {
885(byte) 0x68,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x90,
886};
887
888static final BitmapCharRec ch117 = new BitmapCharRec(5,5,0,0,5,ch117data);
889
890/* char: 0x74 't' */
891
892static final byte[] ch116data = {
893(byte) 0x30,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0xe0,(byte) 0x40,
894};
895
896static final BitmapCharRec ch116 = new BitmapCharRec(4,6,0,0,4,ch116data);
897
898/* char: 0x73 's' */
899
900static final byte[] ch115data = {
901(byte) 0xe0,(byte) 0x20,(byte) 0x60,(byte) 0x80,(byte) 0xe0,
902};
903
904static final BitmapCharRec ch115 = new BitmapCharRec(3,5,0,0,4,ch115data);
905
906/* char: 0x72 'r' */
907
908static final byte[] ch114data = {
909(byte) 0xe0,(byte) 0x40,(byte) 0x40,(byte) 0x60,(byte) 0xa0,
910};
911
912static final BitmapCharRec ch114 = new BitmapCharRec(3,5,0,0,4,ch114data);
913
914/* char: 0x71 'q' */
915
916static final byte[] ch113data = {
917(byte) 0x38,(byte) 0x10,(byte) 0x70,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x70,
918};
919
920static final BitmapCharRec ch113 = new BitmapCharRec(5,7,0,2,5,ch113data);
921
922/* char: 0x70 'p' */
923
924static final byte[] ch112data = {
925(byte) 0xc0,(byte) 0x80,(byte) 0xe0,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0xe0,
926};
927
928static final BitmapCharRec ch112 = new BitmapCharRec(4,7,0,2,5,ch112data);
929
930/* char: 0x6f 'o' */
931
932static final byte[] ch111data = {
933(byte) 0x60,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x60,
934};
935
936static final BitmapCharRec ch111 = new BitmapCharRec(4,5,0,0,5,ch111data);
937
938/* char: 0x6e 'n' */
939
940static final byte[] ch110data = {
941(byte) 0xd8,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0xe0,
942};
943
944static final BitmapCharRec ch110 = new BitmapCharRec(5,5,0,0,5,ch110data);
945
946/* char: 0x6d 'm' */
947
948static final byte[] ch109data = {
949(byte) 0xdb,(byte) 0x92,(byte) 0x92,(byte) 0x92,(byte) 0xec,
950};
951
952static final BitmapCharRec ch109 = new BitmapCharRec(8,5,0,0,8,ch109data);
953
954/* char: 0x6c 'l' */
955
956static final byte[] ch108data = {
957(byte) 0xe0,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0xc0,
958};
959
960static final BitmapCharRec ch108 = new BitmapCharRec(3,7,0,0,4,ch108data);
961
962/* char: 0x6b 'k' */
963
964static final byte[] ch107data = {
965(byte) 0x98,(byte) 0x90,(byte) 0xe0,(byte) 0xa0,(byte) 0x90,(byte) 0x80,(byte) 0x80,
966};
967
968static final BitmapCharRec ch107 = new BitmapCharRec(5,7,0,0,5,ch107data);
969
970/* char: 0x6a 'j' */
971
972static final byte[] ch106data = {
973(byte) 0x80,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0xc0,(byte) 0x0,(byte) 0x40,
974};
975
976static final BitmapCharRec ch106 = new BitmapCharRec(2,9,0,2,3,ch106data);
977
978/* char: 0x69 'i' */
979
980static final byte[] ch105data = {
981(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0xc0,(byte) 0x0,(byte) 0x40,
982};
983
984static final BitmapCharRec ch105 = new BitmapCharRec(2,7,0,0,3,ch105data);
985
986/* char: 0x68 'h' */
987
988static final byte[] ch104data = {
989(byte) 0xd8,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0xe0,(byte) 0x80,(byte) 0x80,
990};
991
992static final BitmapCharRec ch104 = new BitmapCharRec(5,7,0,0,5,ch104data);
993
994/* char: 0x67 'g' */
995
996static final byte[] ch103data = {
997(byte) 0xe0,(byte) 0x90,(byte) 0x60,(byte) 0x40,(byte) 0xa0,(byte) 0xa0,(byte) 0x70,
998};
999
1000static final BitmapCharRec ch103 = new BitmapCharRec(4,7,0,2,5,ch103data);
1001
1002/* char: 0x66 'f' */
1003
1004static final byte[] ch102data = {
1005(byte) 0xe0,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0xe0,(byte) 0x40,(byte) 0x30,
1006};
1007
1008static final BitmapCharRec ch102 = new BitmapCharRec(4,7,0,0,4,ch102data);
1009
1010/* char: 0x65 'e' */
1011
1012static final byte[] ch101data = {
1013(byte) 0x60,(byte) 0x80,(byte) 0xc0,(byte) 0xa0,(byte) 0x60,
1014};
1015
1016static final BitmapCharRec ch101 = new BitmapCharRec(3,5,0,0,4,ch101data);
1017
1018/* char: 0x64 'd' */
1019
1020static final byte[] ch100data = {
1021(byte) 0x68,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x70,(byte) 0x10,(byte) 0x30,
1022};
1023
1024static final BitmapCharRec ch100 = new BitmapCharRec(5,7,0,0,5,ch100data);
1025
1026/* char: 0x63 'c' */
1027
1028static final byte[] ch99data = {
1029(byte) 0x60,(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0x60,
1030};
1031
1032static final BitmapCharRec ch99 = new BitmapCharRec(3,5,0,0,4,ch99data);
1033
1034/* char: 0x62 'b' */
1035
1036static final byte[] ch98data = {
1037(byte) 0xe0,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0xe0,(byte) 0x80,(byte) 0x80,
1038};
1039
1040static final BitmapCharRec ch98 = new BitmapCharRec(4,7,0,0,5,ch98data);
1041
1042/* char: 0x61 'a' */
1043
1044static final byte[] ch97data = {
1045(byte) 0xe0,(byte) 0xa0,(byte) 0x60,(byte) 0x20,(byte) 0xc0,
1046};
1047
1048static final BitmapCharRec ch97 = new BitmapCharRec(3,5,0,0,4,ch97data);
1049
1050/* char: 0x60 '`' */
1051
1052static final byte[] ch96data = {
1053(byte) 0xc0,(byte) 0x80,
1054};
1055
1056static final BitmapCharRec ch96 = new BitmapCharRec(2,2,0,-5,3,ch96data);
1057
1058/* char: 0x5f '_' */
1059
1060static final byte[] ch95data = {
1061(byte) 0xf8,
1062};
1063
1064static final BitmapCharRec ch95 = new BitmapCharRec(5,1,0,3,5,ch95data);
1065
1066/* char: 0x5e '^' */
1067
1068static final byte[] ch94data = {
1069(byte) 0xa0,(byte) 0xa0,(byte) 0x40,
1070};
1071
1072static final BitmapCharRec ch94 = new BitmapCharRec(3,3,-1,-4,5,ch94data);
1073
1074/* char: 0x5d ']' */
1075
1076static final byte[] ch93data = {
1077(byte) 0xc0,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0xc0,
1078};
1079
1080static final BitmapCharRec ch93 = new BitmapCharRec(2,9,0,2,3,ch93data);
1081
1082/* char: 0x5c '\' */
1083
1084static final byte[] ch92data = {
1085(byte) 0x20,(byte) 0x20,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x80,(byte) 0x80,
1086};
1087
1088static final BitmapCharRec ch92 = new BitmapCharRec(3,7,0,0,3,ch92data);
1089
1090/* char: 0x5b '[' */
1091
1092static final byte[] ch91data = {
1093(byte) 0xc0,(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0xc0,
1094};
1095
1096static final BitmapCharRec ch91 = new BitmapCharRec(2,9,0,2,3,ch91data);
1097
1098/* char: 0x5a 'Z' */
1099
1100static final byte[] ch90data = {
1101(byte) 0xf8,(byte) 0x88,(byte) 0x40,(byte) 0x20,(byte) 0x10,(byte) 0x88,(byte) 0xf8,
1102};
1103
1104static final BitmapCharRec ch90 = new BitmapCharRec(5,7,0,0,6,ch90data);
1105
1106/* char: 0x59 'Y' */
1107
1108static final byte[] ch89data = {
1109(byte) 0x38,(byte) 0x10,(byte) 0x10,(byte) 0x28,(byte) 0x28,(byte) 0x44,(byte) 0xee,
1110};
1111
1112static final BitmapCharRec ch89 = new BitmapCharRec(7,7,0,0,8,ch89data);
1113
1114/* char: 0x58 'X' */
1115
1116static final byte[] ch88data = {
1117(byte) 0xee,(byte) 0x44,(byte) 0x28,(byte) 0x10,(byte) 0x28,(byte) 0x44,(byte) 0xee,
1118};
1119
1120static final BitmapCharRec ch88 = new BitmapCharRec(7,7,0,0,8,ch88data);
1121
1122/* char: 0x57 'W' */
1123
1124static final byte[] ch87data = {
1125(byte) 0x22,(byte) 0x0,(byte) 0x22,(byte) 0x0,(byte) 0x55,(byte) 0x0,(byte) 0x55,(byte) 0x0,(byte) 0xc9,(byte) 0x80,(byte) 0x88,(byte) 0x80,(byte) 0xdd,(byte) 0xc0,
1126};
1127
1128static final BitmapCharRec ch87 = new BitmapCharRec(10,7,0,0,10,ch87data);
1129
1130/* char: 0x56 'V' */
1131
1132static final byte[] ch86data = {
1133(byte) 0x10,(byte) 0x10,(byte) 0x28,(byte) 0x28,(byte) 0x6c,(byte) 0x44,(byte) 0xee,
1134};
1135
1136static final BitmapCharRec ch86 = new BitmapCharRec(7,7,0,0,8,ch86data);
1137
1138/* char: 0x55 'U' */
1139
1140static final byte[] ch85data = {
1141(byte) 0x38,(byte) 0x6c,(byte) 0x44,(byte) 0x44,(byte) 0x44,(byte) 0x44,(byte) 0xee,
1142};
1143
1144static final BitmapCharRec ch85 = new BitmapCharRec(7,7,0,0,8,ch85data);
1145
1146/* char: 0x54 'T' */
1147
1148static final byte[] ch84data = {
1149(byte) 0x70,(byte) 0x20,(byte) 0x20,(byte) 0x20,(byte) 0x20,(byte) 0xa8,(byte) 0xf8,
1150};
1151
1152static final BitmapCharRec ch84 = new BitmapCharRec(5,7,0,0,6,ch84data);
1153
1154/* char: 0x53 'S' */
1155
1156static final byte[] ch83data = {
1157(byte) 0xe0,(byte) 0x90,(byte) 0x10,(byte) 0x60,(byte) 0xc0,(byte) 0x90,(byte) 0x70,
1158};
1159
1160static final BitmapCharRec ch83 = new BitmapCharRec(4,7,0,0,5,ch83data);
1161
1162/* char: 0x52 'R' */
1163
1164static final byte[] ch82data = {
1165(byte) 0xec,(byte) 0x48,(byte) 0x50,(byte) 0x70,(byte) 0x48,(byte) 0x48,(byte) 0xf0,
1166};
1167
1168static final BitmapCharRec ch82 = new BitmapCharRec(6,7,0,0,7,ch82data);
1169
1170/* char: 0x51 'Q' */
1171
1172static final byte[] ch81data = {
1173(byte) 0xc,(byte) 0x18,(byte) 0x70,(byte) 0xcc,(byte) 0x84,(byte) 0x84,(byte) 0x84,(byte) 0xcc,(byte) 0x78,
1174};
1175
1176static final BitmapCharRec ch81 = new BitmapCharRec(6,9,0,2,7,ch81data);
1177
1178/* char: 0x50 'P' */
1179
1180static final byte[] ch80data = {
1181(byte) 0xe0,(byte) 0x40,(byte) 0x40,(byte) 0x70,(byte) 0x48,(byte) 0x48,(byte) 0xf0,
1182};
1183
1184static final BitmapCharRec ch80 = new BitmapCharRec(5,7,0,0,6,ch80data);
1185
1186/* char: 0x4f 'O' */
1187
1188static final byte[] ch79data = {
1189(byte) 0x78,(byte) 0xcc,(byte) 0x84,(byte) 0x84,(byte) 0x84,(byte) 0xcc,(byte) 0x78,
1190};
1191
1192static final BitmapCharRec ch79 = new BitmapCharRec(6,7,0,0,7,ch79data);
1193
1194/* char: 0x4e 'N' */
1195
1196static final byte[] ch78data = {
1197(byte) 0xe4,(byte) 0x4c,(byte) 0x4c,(byte) 0x54,(byte) 0x54,(byte) 0x64,(byte) 0xee,
1198};
1199
1200static final BitmapCharRec ch78 = new BitmapCharRec(7,7,0,0,8,ch78data);
1201
1202/* char: 0x4d 'M' */
1203
1204static final byte[] ch77data = {
1205(byte) 0xeb,(byte) 0x80,(byte) 0x49,(byte) 0x0,(byte) 0x55,(byte) 0x0,(byte) 0x55,(byte) 0x0,(byte) 0x63,(byte) 0x0,(byte) 0x63,(byte) 0x0,(byte) 0xe3,(byte) 0x80,
1206};
1207
1208static final BitmapCharRec ch77 = new BitmapCharRec(9,7,0,0,10,ch77data);
1209
1210/* char: 0x4c 'L' */
1211
1212static final byte[] ch76data = {
1213(byte) 0xf8,(byte) 0x48,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0xe0,
1214};
1215
1216static final BitmapCharRec ch76 = new BitmapCharRec(5,7,0,0,6,ch76data);
1217
1218/* char: 0x4b 'K' */
1219
1220static final byte[] ch75data = {
1221(byte) 0xec,(byte) 0x48,(byte) 0x50,(byte) 0x60,(byte) 0x50,(byte) 0x48,(byte) 0xec,
1222};
1223
1224static final BitmapCharRec ch75 = new BitmapCharRec(6,7,0,0,7,ch75data);
1225
1226/* char: 0x4a 'J' */
1227
1228static final byte[] ch74data = {
1229(byte) 0xc0,(byte) 0xa0,(byte) 0x20,(byte) 0x20,(byte) 0x20,(byte) 0x20,(byte) 0x70,
1230};
1231
1232static final BitmapCharRec ch74 = new BitmapCharRec(4,7,0,0,4,ch74data);
1233
1234/* char: 0x49 'I' */
1235
1236static final byte[] ch73data = {
1237(byte) 0xe0,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0xe0,
1238};
1239
1240static final BitmapCharRec ch73 = new BitmapCharRec(3,7,0,0,4,ch73data);
1241
1242/* char: 0x48 'H' */
1243
1244static final byte[] ch72data = {
1245(byte) 0xee,(byte) 0x44,(byte) 0x44,(byte) 0x7c,(byte) 0x44,(byte) 0x44,(byte) 0xee,
1246};
1247
1248static final BitmapCharRec ch72 = new BitmapCharRec(7,7,0,0,8,ch72data);
1249
1250/* char: 0x47 'G' */
1251
1252static final byte[] ch71data = {
1253(byte) 0x78,(byte) 0xc4,(byte) 0x84,(byte) 0x9c,(byte) 0x80,(byte) 0xc4,(byte) 0x7c,
1254};
1255
1256static final BitmapCharRec ch71 = new BitmapCharRec(6,7,0,0,7,ch71data);
1257
1258/* char: 0x46 'F' */
1259
1260static final byte[] ch70data = {
1261(byte) 0xe0,(byte) 0x40,(byte) 0x40,(byte) 0x70,(byte) 0x40,(byte) 0x48,(byte) 0xf8,
1262};
1263
1264static final BitmapCharRec ch70 = new BitmapCharRec(5,7,0,0,6,ch70data);
1265
1266/* char: 0x45 'E' */
1267
1268static final byte[] ch69data = {
1269(byte) 0xf8,(byte) 0x48,(byte) 0x40,(byte) 0x70,(byte) 0x40,(byte) 0x48,(byte) 0xf8,
1270};
1271
1272static final BitmapCharRec ch69 = new BitmapCharRec(5,7,0,0,6,ch69data);
1273
1274/* char: 0x44 'D' */
1275
1276static final byte[] ch68data = {
1277(byte) 0xf8,(byte) 0x4c,(byte) 0x44,(byte) 0x44,(byte) 0x44,(byte) 0x4c,(byte) 0xf8,
1278};
1279
1280static final BitmapCharRec ch68 = new BitmapCharRec(6,7,0,0,7,ch68data);
1281
1282/* char: 0x43 'C' */
1283
1284static final byte[] ch67data = {
1285(byte) 0x78,(byte) 0xc4,(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0xc4,(byte) 0x7c,
1286};
1287
1288static final BitmapCharRec ch67 = new BitmapCharRec(6,7,0,0,7,ch67data);
1289
1290/* char: 0x42 'B' */
1291
1292static final byte[] ch66data = {
1293(byte) 0xf0,(byte) 0x48,(byte) 0x48,(byte) 0x70,(byte) 0x48,(byte) 0x48,(byte) 0xf0,
1294};
1295
1296static final BitmapCharRec ch66 = new BitmapCharRec(5,7,0,0,6,ch66data);
1297
1298/* char: 0x41 'A' */
1299
1300static final byte[] ch65data = {
1301(byte) 0xee,(byte) 0x44,(byte) 0x7c,(byte) 0x28,(byte) 0x28,(byte) 0x38,(byte) 0x10,
1302};
1303
1304static final BitmapCharRec ch65 = new BitmapCharRec(7,7,0,0,8,ch65data);
1305
1306/* char: 0x40 '@' */
1307
1308static final byte[] ch64data = {
1309(byte) 0x3e,(byte) 0x40,(byte) 0x92,(byte) 0xad,(byte) 0xa5,(byte) 0xa5,(byte) 0x9d,(byte) 0x42,(byte) 0x3c,
1310};
1311
1312static final BitmapCharRec ch64 = new BitmapCharRec(8,9,0,2,9,ch64data);
1313
1314/* char: 0x3f '?' */
1315
1316static final byte[] ch63data = {
1317(byte) 0x40,(byte) 0x0,(byte) 0x40,(byte) 0x40,(byte) 0x20,(byte) 0xa0,(byte) 0xe0,
1318};
1319
1320static final BitmapCharRec ch63 = new BitmapCharRec(3,7,0,0,4,ch63data);
1321
1322/* char: 0x3e '>' */
1323
1324static final byte[] ch62data = {
1325(byte) 0x80,(byte) 0x40,(byte) 0x20,(byte) 0x40,(byte) 0x80,
1326};
1327
1328static final BitmapCharRec ch62 = new BitmapCharRec(3,5,0,0,5,ch62data);
1329
1330/* char: 0x3d '=' */
1331
1332static final byte[] ch61data = {
1333(byte) 0xf8,(byte) 0x0,(byte) 0xf8,
1334};
1335
1336static final BitmapCharRec ch61 = new BitmapCharRec(5,3,0,-1,6,ch61data);
1337
1338/* char: 0x3c '<' */
1339
1340static final byte[] ch60data = {
1341(byte) 0x20,(byte) 0x40,(byte) 0x80,(byte) 0x40,(byte) 0x20,
1342};
1343
1344static final BitmapCharRec ch60 = new BitmapCharRec(3,5,-1,0,5,ch60data);
1345
1346/* char: 0x3b ';' */
1347
1348static final byte[] ch59data = {
1349(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0x0,(byte) 0x0,(byte) 0x0,(byte) 0x80,
1350};
1351
1352static final BitmapCharRec ch59 = new BitmapCharRec(1,7,-1,2,3,ch59data);
1353
1354/* char: 0x3a ':' */
1355
1356static final byte[] ch58data = {
1357(byte) 0x80,(byte) 0x0,(byte) 0x0,(byte) 0x0,(byte) 0x80,
1358};
1359
1360static final BitmapCharRec ch58 = new BitmapCharRec(1,5,-1,0,3,ch58data);
1361
1362/* char: 0x39 '9' */
1363
1364static final byte[] ch57data = {
1365(byte) 0xc0,(byte) 0x20,(byte) 0x70,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x60,
1366};
1367
1368static final BitmapCharRec ch57 = new BitmapCharRec(4,7,0,0,5,ch57data);
1369
1370/* char: 0x38 '8' */
1371
1372static final byte[] ch56data = {
1373(byte) 0x60,(byte) 0x90,(byte) 0x90,(byte) 0x60,(byte) 0x90,(byte) 0x90,(byte) 0x60,
1374};
1375
1376static final BitmapCharRec ch56 = new BitmapCharRec(4,7,0,0,5,ch56data);
1377
1378/* char: 0x37 '7' */
1379
1380static final byte[] ch55data = {
1381(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x20,(byte) 0x20,(byte) 0x90,(byte) 0xf0,
1382};
1383
1384static final BitmapCharRec ch55 = new BitmapCharRec(4,7,0,0,5,ch55data);
1385
1386/* char: 0x36 '6' */
1387
1388static final byte[] ch54data = {
1389(byte) 0x60,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0xe0,(byte) 0x40,(byte) 0x30,
1390};
1391
1392static final BitmapCharRec ch54 = new BitmapCharRec(4,7,0,0,5,ch54data);
1393
1394/* char: 0x35 '5' */
1395
1396static final byte[] ch53data = {
1397(byte) 0xe0,(byte) 0x90,(byte) 0x10,(byte) 0x10,(byte) 0xe0,(byte) 0x40,(byte) 0x70,
1398};
1399
1400static final BitmapCharRec ch53 = new BitmapCharRec(4,7,0,0,5,ch53data);
1401
1402/* char: 0x34 '4' */
1403
1404static final byte[] ch52data = {
1405(byte) 0x10,(byte) 0x10,(byte) 0xf8,(byte) 0x90,(byte) 0x50,(byte) 0x30,(byte) 0x10,
1406};
1407
1408static final BitmapCharRec ch52 = new BitmapCharRec(5,7,0,0,5,ch52data);
1409
1410/* char: 0x33 '3' */
1411
1412static final byte[] ch51data = {
1413(byte) 0xe0,(byte) 0x10,(byte) 0x10,(byte) 0x60,(byte) 0x10,(byte) 0x90,(byte) 0x60,
1414};
1415
1416static final BitmapCharRec ch51 = new BitmapCharRec(4,7,0,0,5,ch51data);
1417
1418/* char: 0x32 '2' */
1419
1420static final byte[] ch50data = {
1421(byte) 0xf0,(byte) 0x40,(byte) 0x20,(byte) 0x20,(byte) 0x10,(byte) 0x90,(byte) 0x60,
1422};
1423
1424static final BitmapCharRec ch50 = new BitmapCharRec(4,7,0,0,5,ch50data);
1425
1426/* char: 0x31 '1' */
1427
1428static final byte[] ch49data = {
1429(byte) 0xe0,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0xc0,(byte) 0x40,
1430};
1431
1432static final BitmapCharRec ch49 = new BitmapCharRec(3,7,-1,0,5,ch49data);
1433
1434/* char: 0x30 '0' */
1435
1436static final byte[] ch48data = {
1437(byte) 0x60,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x90,(byte) 0x60,
1438};
1439
1440static final BitmapCharRec ch48 = new BitmapCharRec(4,7,0,0,5,ch48data);
1441
1442/* char: 0x2f '/' */
1443
1444static final byte[] ch47data = {
1445(byte) 0x80,(byte) 0x80,(byte) 0x40,(byte) 0x40,(byte) 0x40,(byte) 0x20,(byte) 0x20,
1446};
1447
1448static final BitmapCharRec ch47 = new BitmapCharRec(3,7,0,0,3,ch47data);
1449
1450/* char: 0x2e '.' */
1451
1452static final byte[] ch46data = {
1453(byte) 0x80,
1454};
1455
1456static final BitmapCharRec ch46 = new BitmapCharRec(1,1,-1,0,3,ch46data);
1457
1458/* char: 0x2d '-' */
1459
1460static final byte[] ch45data = {
1461(byte) 0xf0,
1462};
1463
1464static final BitmapCharRec ch45 = new BitmapCharRec(4,1,-1,-2,7,ch45data);
1465
1466/* char: 0x2c ',' */
1467
1468static final byte[] ch44data = {
1469(byte) 0x80,(byte) 0x80,(byte) 0x80,
1470};
1471
1472static final BitmapCharRec ch44 = new BitmapCharRec(1,3,-1,2,3,ch44data);
1473
1474/* char: 0x2b '+' */
1475
1476static final byte[] ch43data = {
1477(byte) 0x20,(byte) 0x20,(byte) 0xf8,(byte) 0x20,(byte) 0x20,
1478};
1479
1480static final BitmapCharRec ch43 = new BitmapCharRec(5,5,0,0,6,ch43data);
1481
1482/* char: 0x2a '*' */
1483
1484static final byte[] ch42data = {
1485(byte) 0xa0,(byte) 0x40,(byte) 0xa0,
1486};
1487
1488static final BitmapCharRec ch42 = new BitmapCharRec(3,3,0,-4,5,ch42data);
1489
1490/* char: 0x29 ')' */
1491
1492static final byte[] ch41data = {
1493(byte) 0x80,(byte) 0x40,(byte) 0x40,(byte) 0x20,(byte) 0x20,(byte) 0x20,(byte) 0x40,(byte) 0x40,(byte) 0x80,
1494};
1495
1496static final BitmapCharRec ch41 = new BitmapCharRec(3,9,0,2,4,ch41data);
1497
1498/* char: 0x28 '(' */
1499
1500static final byte[] ch40data = {
1501(byte) 0x20,(byte) 0x40,(byte) 0x40,(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0x40,(byte) 0x40,(byte) 0x20,
1502};
1503
1504static final BitmapCharRec ch40 = new BitmapCharRec(3,9,0,2,4,ch40data);
1505
1506/* char: 0x27 ''' */
1507
1508static final byte[] ch39data = {
1509(byte) 0x40,(byte) 0xc0,
1510};
1511
1512static final BitmapCharRec ch39 = new BitmapCharRec(2,2,0,-5,3,ch39data);
1513
1514/* char: 0x26 '&' */
1515
1516static final byte[] ch38data = {
1517(byte) 0x76,(byte) 0x8d,(byte) 0x98,(byte) 0x74,(byte) 0x6e,(byte) 0x50,(byte) 0x30,
1518};
1519
1520static final BitmapCharRec ch38 = new BitmapCharRec(8,7,0,0,8,ch38data);
1521
1522/* char: 0x25 '%' */
1523
1524static final byte[] ch37data = {
1525(byte) 0x44,(byte) 0x2a,(byte) 0x2a,(byte) 0x56,(byte) 0xa8,(byte) 0xa4,(byte) 0x7e,
1526};
1527
1528static final BitmapCharRec ch37 = new BitmapCharRec(7,7,0,0,8,ch37data);
1529
1530/* char: 0x24 '$' */
1531
1532static final byte[] ch36data = {
1533(byte) 0x20,(byte) 0xe0,(byte) 0x90,(byte) 0x10,(byte) 0x60,(byte) 0x80,(byte) 0x90,(byte) 0x70,(byte) 0x20,
1534};
1535
1536static final BitmapCharRec ch36 = new BitmapCharRec(4,9,0,1,5,ch36data);
1537
1538/* char: 0x23 '#' */
1539
1540static final byte[] ch35data = {
1541(byte) 0x50,(byte) 0x50,(byte) 0xf8,(byte) 0x50,(byte) 0xf8,(byte) 0x50,(byte) 0x50,
1542};
1543
1544static final BitmapCharRec ch35 = new BitmapCharRec(5,7,0,0,5,ch35data);
1545
1546/* char: 0x22 '"' */
1547
1548static final byte[] ch34data = {
1549(byte) 0xa0,(byte) 0xa0,
1550};
1551
1552static final BitmapCharRec ch34 = new BitmapCharRec(3,2,0,-5,4,ch34data);
1553
1554/* char: 0x21 '!' */
1555
1556static final byte[] ch33data = {
1557(byte) 0x80,(byte) 0x0,(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0x80,(byte) 0x80,
1558};
1559
1560static final BitmapCharRec ch33 = new BitmapCharRec(1,7,-1,0,3,ch33data);
1561
1562/* char: 0x20 ' ' */
1563
1564static final BitmapCharRec ch32 = new BitmapCharRec(0,0,0,0,2,null);
1565
1566static final BitmapCharRec[] chars = {
1567ch32,
1568ch33,
1569ch34,
1570ch35,
1571ch36,
1572ch37,
1573ch38,
1574ch39,
1575ch40,
1576ch41,
1577ch42,
1578ch43,
1579ch44,
1580ch45,
1581ch46,
1582ch47,
1583ch48,
1584ch49,
1585ch50,
1586ch51,
1587ch52,
1588ch53,
1589ch54,
1590ch55,
1591ch56,
1592ch57,
1593ch58,
1594ch59,
1595ch60,
1596ch61,
1597ch62,
1598ch63,
1599ch64,
1600ch65,
1601ch66,
1602ch67,
1603ch68,
1604ch69,
1605ch70,
1606ch71,
1607ch72,
1608ch73,
1609ch74,
1610ch75,
1611ch76,
1612ch77,
1613ch78,
1614ch79,
1615ch80,
1616ch81,
1617ch82,
1618ch83,
1619ch84,
1620ch85,
1621ch86,
1622ch87,
1623ch88,
1624ch89,
1625ch90,
1626ch91,
1627ch92,
1628ch93,
1629ch94,
1630ch95,
1631ch96,
1632ch97,
1633ch98,
1634ch99,
1635ch100,
1636ch101,
1637ch102,
1638ch103,
1639ch104,
1640ch105,
1641ch106,
1642ch107,
1643ch108,
1644ch109,
1645ch110,
1646ch111,
1647ch112,
1648ch113,
1649ch114,
1650ch115,
1651ch116,
1652ch117,
1653ch118,
1654ch119,
1655ch120,
1656ch121,
1657ch122,
1658ch123,
1659ch124,
1660ch125,
1661ch126,
1662null,
1663null,
1664null,
1665null,
1666null,
1667null,
1668null,
1669null,
1670null,
1671null,
1672null,
1673null,
1674null,
1675null,
1676null,
1677null,
1678null,
1679null,
1680null,
1681null,
1682null,
1683null,
1684null,
1685null,
1686null,
1687null,
1688null,
1689null,
1690null,
1691null,
1692null,
1693null,
1694null,
1695ch160,
1696ch161,
1697ch162,
1698ch163,
1699ch164,
1700ch165,
1701ch166,
1702ch167,
1703ch168,
1704ch169,
1705ch170,
1706ch171,
1707ch172,
1708ch173,
1709ch174,
1710ch175,
1711ch176,
1712ch177,
1713ch178,
1714ch179,
1715ch180,
1716ch181,
1717ch182,
1718ch183,
1719ch184,
1720ch185,
1721ch186,
1722ch187,
1723ch188,
1724ch189,
1725ch190,
1726ch191,
1727ch192,
1728ch193,
1729ch194,
1730ch195,
1731ch196,
1732ch197,
1733ch198,
1734ch199,
1735ch200,
1736ch201,
1737ch202,
1738ch203,
1739ch204,
1740ch205,
1741ch206,
1742ch207,
1743ch208,
1744ch209,
1745ch210,
1746ch211,
1747ch212,
1748ch213,
1749ch214,
1750ch215,
1751ch216,
1752ch217,
1753ch218,
1754ch219,
1755ch220,
1756ch221,
1757ch222,
1758ch223,
1759ch224,
1760ch225,
1761ch226,
1762ch227,
1763ch228,
1764ch229,
1765ch230,
1766ch231,
1767ch232,
1768ch233,
1769ch234,
1770ch235,
1771ch236,
1772ch237,
1773ch238,
1774ch239,
1775ch240,
1776ch241,
1777ch242,
1778ch243,
1779ch244,
1780ch245,
1781ch246,
1782ch247,
1783ch248,
1784ch249,
1785ch250,
1786ch251,
1787ch252,
1788ch253,
1789ch254,
1790ch255,
1791};
1792
1793 public static final BitmapFontRec glutBitmapTimesRoman10 = new BitmapFontRec("-adobe-times-medium-r-normal--10-100-75-75-p-54-iso8859-1",
1794 224,
1795 32,
1796 chars);
1797}