source: rtems/c/src/libchip/display/font_hcms29xx.c @ 74172b7d

5
Last change on this file since 74172b7d was c499856, checked in by Chris Johns <chrisj@…>, on 03/20/14 at 21:10:47

Change all references of rtems.com to rtems.org.

  • Property mode set to 100644
File size: 29.6 KB
Line 
1/*===============================================================*\
2| Project: display driver for HCMS29xx                            |
3+-----------------------------------------------------------------+
4| File: font_hcms29xx.c                                           |
5+-----------------------------------------------------------------+
6|                    Copyright (c) 2008                           |
7|                    Embedded Brains GmbH                         |
8|                    Obere Lagerstr. 30                           |
9|                    D-82178 Puchheim                             |
10|                    Germany                                      |
11|                    rtems@embedded-brains.de                     |
12+-----------------------------------------------------------------+
13| The license and distribution terms for this file may be         |
14| found in the file LICENSE in this distribution or at            |
15| http://www.rtems.org/license/LICENSE.                           |
16+-----------------------------------------------------------------+
17| This file defines the 5x7 bit font used in disp_hcms29xx        |
18\*===============================================================*/
19
20#include <stddef.h>
21#include "disp_fonts.h"
22
23const unsigned char bitmap_hp_fixed_5_7_0 [5] = {
24  0x08,
25  0x1c,
26  0x3e,
27  0x7f,
28  0x00
29};
30struct disp_font_glyph glyph_hp_fixed_5_7_0 = {
31  {5,7,0,0},
32  5, 0, bitmap_hp_fixed_5_7_0,
33};
34
35const unsigned char bitmap_hp_fixed_5_7_1 [5] = {
36  0x30,
37  0x45,
38  0x48,
39  0x40,
40  0x30
41};
42struct disp_font_glyph glyph_hp_fixed_5_7_1 = {
43  {5,7,0,0},
44  5, 0, bitmap_hp_fixed_5_7_1,
45};
46
47const unsigned char bitmap_hp_fixed_5_7_2 [5] = {
48  0x45,
49  0x29,
50  0x11,
51  0x29,
52  0x45
53};
54struct disp_font_glyph glyph_hp_fixed_5_7_2 = {
55  {5,7,0,0},
56  5, 0, bitmap_hp_fixed_5_7_2,
57};
58
59const unsigned char bitmap_hp_fixed_5_7_3 [5] = {
60  0x7d,
61  0x09,
62  0x11,
63  0x21,
64  0x7d
65};
66struct disp_font_glyph glyph_hp_fixed_5_7_3 = {
67  {5,7,0,0},
68  5, 0, bitmap_hp_fixed_5_7_3,
69};
70
71const unsigned char bitmap_hp_fixed_5_7_4 [5] = {
72  0x7d,
73  0x09,
74  0x05,
75  0x05,
76  0x79
77};
78struct disp_font_glyph glyph_hp_fixed_5_7_4 = {
79  {5,7,0,0},
80  5, 0, bitmap_hp_fixed_5_7_4,
81};
82
83const unsigned char bitmap_hp_fixed_5_7_5 [5] = {
84  0x38,
85  0x44,
86  0x44,
87  0x38,
88  0x44
89};
90struct disp_font_glyph glyph_hp_fixed_5_7_5 = {
91  {5,7,0,0},
92  5, 0, bitmap_hp_fixed_5_7_5,
93};
94
95const unsigned char bitmap_hp_fixed_5_7_6 [5] = {
96  0x7e,
97  0x01,
98  0x29,
99  0x2e,
100  0x10
101};
102struct disp_font_glyph glyph_hp_fixed_5_7_6 = {
103  {5,7,0,0},
104  5, 0, bitmap_hp_fixed_5_7_6,
105};
106
107const unsigned char bitmap_hp_fixed_5_7_7 [5] = {
108  0x30,
109  0x4a,
110  0x4d,
111  0x49,
112  0x30
113};
114struct disp_font_glyph glyph_hp_fixed_5_7_7 = {
115  {5,7,0,0},
116  5, 0, bitmap_hp_fixed_5_7_7,
117};
118
119const unsigned char bitmap_hp_fixed_5_7_8 [5] = {
120  0x60,
121  0x50,
122  0x48,
123  0x50,
124  0x60
125};
126struct disp_font_glyph glyph_hp_fixed_5_7_8 = {
127  {5,7,0,0},
128  5, 0, bitmap_hp_fixed_5_7_8,
129};
130
131const unsigned char bitmap_hp_fixed_5_7_9 [5] = {
132  0x1e,
133  0x04,
134  0x04,
135  0x38,
136  0x40
137};
138struct disp_font_glyph glyph_hp_fixed_5_7_9 = {
139  {5,7,0,0},
140  5, 0, bitmap_hp_fixed_5_7_9,
141};
142
143const unsigned char bitmap_hp_fixed_5_7_10 [5] = {
144  0x3e,
145  0x49,
146  0x49,
147  0x49,
148  0x3e
149};
150struct disp_font_glyph glyph_hp_fixed_5_7_10 = {
151  {5,7,0,0},
152  5, 0, bitmap_hp_fixed_5_7_10,
153};
154
155const unsigned char bitmap_hp_fixed_5_7_11 [5] = {
156  0x62,
157  0x14,
158  0x08,
159  0x10,
160  0x60
161};
162struct disp_font_glyph glyph_hp_fixed_5_7_11 = {
163  {5,7,0,0},
164  5, 0, bitmap_hp_fixed_5_7_11,
165};
166
167const unsigned char bitmap_hp_fixed_5_7_12 [5] = {
168  0x40,
169  0x3c,
170  0x20,
171  0x20,
172  0x1c
173};
174struct disp_font_glyph glyph_hp_fixed_5_7_12 = {
175  {5,7,0,0},
176  5, 0, bitmap_hp_fixed_5_7_12,
177};
178
179const unsigned char bitmap_hp_fixed_5_7_13 [5] = {
180  0x08,
181  0x7c,
182  0x04,
183  0x7c,
184  0x02
185};
186struct disp_font_glyph glyph_hp_fixed_5_7_13 = {
187  {5,7,0,0},
188  5, 0, bitmap_hp_fixed_5_7_13,
189};
190
191const unsigned char bitmap_hp_fixed_5_7_14 [5] = {
192  0x38,
193  0x44,
194  0x44,
195  0x3c,
196  0x04
197};
198struct disp_font_glyph glyph_hp_fixed_5_7_14 = {
199  {5,7,0,0},
200  5, 0, bitmap_hp_fixed_5_7_14,
201};
202
203const unsigned char bitmap_hp_fixed_5_7_15 [5] = {
204  0x41,
205  0x63,
206  0x55,
207  0x49,
208  0x41
209};
210struct disp_font_glyph glyph_hp_fixed_5_7_15 = {
211  {5,7,0,0},
212  5, 0, bitmap_hp_fixed_5_7_15,
213};
214
215const unsigned char bitmap_hp_fixed_5_7_16 [5] = {
216  0x10,
217  0x08,
218  0x78,
219  0x08,
220  0x04
221};
222struct disp_font_glyph glyph_hp_fixed_5_7_16 = {
223  {5,7,0,0},
224  5, 0, bitmap_hp_fixed_5_7_16,
225};
226
227const unsigned char bitmap_hp_fixed_5_7_17 [5] = {
228  0x18,
229  0x24,
230  0x7e,
231  0x24,
232  0x18
233};
234struct disp_font_glyph glyph_hp_fixed_5_7_17 = {
235  {5,7,0,0},
236  5, 0, bitmap_hp_fixed_5_7_17,
237};
238
239const unsigned char bitmap_hp_fixed_5_7_18 [5] = {
240  0x5e,
241  0x61,
242  0x01,
243  0x61,
244  0x5e
245};
246struct disp_font_glyph glyph_hp_fixed_5_7_18 = {
247  {5,7,0,0},
248  5, 0, bitmap_hp_fixed_5_7_18,
249};
250
251const unsigned char bitmap_hp_fixed_5_7_19 [5] = {
252  0x78,
253  0x14,
254  0x15,
255  0x14,
256  0x78
257};
258struct disp_font_glyph glyph_hp_fixed_5_7_19 = {
259  {5,7,0,0},
260  5, 0, bitmap_hp_fixed_5_7_19,
261};
262
263const unsigned char bitmap_hp_fixed_5_7_20 [5] = {
264  0x38,
265  0x44,
266  0x45,
267  0x3c,
268  0x40
269};
270struct disp_font_glyph glyph_hp_fixed_5_7_20 = {
271  {5,7,0,0},
272  5, 0, bitmap_hp_fixed_5_7_20,
273};
274
275const unsigned char bitmap_hp_fixed_5_7_21 [5] = {
276  0x78,
277  0x15,
278  0x14,
279  0x15,
280  0x78
281};
282struct disp_font_glyph glyph_hp_fixed_5_7_21 = {
283  {5,7,0,0},
284  5, 0, bitmap_hp_fixed_5_7_21,
285};
286
287const unsigned char bitmap_hp_fixed_5_7_22 [5] = {
288  0x38,
289  0x45,
290  0x44,
291  0x3d,
292  0x40
293};
294struct disp_font_glyph glyph_hp_fixed_5_7_22 = {
295  {5,7,0,0},
296  5, 0, bitmap_hp_fixed_5_7_22,
297};
298
299const unsigned char bitmap_hp_fixed_5_7_23 [5] = {
300  0x3c,
301  0x43,
302  0x42,
303  0x43,
304  0x3c
305};
306struct disp_font_glyph glyph_hp_fixed_5_7_23 = {
307  {5,7,0,0},
308  5, 0, bitmap_hp_fixed_5_7_23,
309};
310
311const unsigned char bitmap_hp_fixed_5_7_24 [5] = {
312  0x38,
313  0x45,
314  0x44,
315  0x45,
316  0x38
317};
318struct disp_font_glyph glyph_hp_fixed_5_7_24 = {
319  {5,7,0,0},
320  5, 0, bitmap_hp_fixed_5_7_24,
321};
322
323const unsigned char bitmap_hp_fixed_5_7_25 [5] = {
324  0x3c,
325  0x41,
326  0x40,
327  0x41,
328  0x3c
329};
330struct disp_font_glyph glyph_hp_fixed_5_7_25 = {
331  {5,7,0,0},
332  5, 0, bitmap_hp_fixed_5_7_25,
333};
334
335const unsigned char bitmap_hp_fixed_5_7_26 [5] = {
336  0x38,
337  0x42,
338  0x40,
339  0x42,
340  0x38
341};
342struct disp_font_glyph glyph_hp_fixed_5_7_26 = {
343  {5,7,0,0},
344  5, 0, bitmap_hp_fixed_5_7_26,
345};
346
347const unsigned char bitmap_hp_fixed_5_7_27 [5] = {
348  0x08,
349  0x08,
350  0x2a,
351  0x1c,
352  0x08
353};
354struct disp_font_glyph glyph_hp_fixed_5_7_27 = {
355  {5,7,0,0},
356  5, 0, bitmap_hp_fixed_5_7_27,
357};
358
359const unsigned char bitmap_hp_fixed_5_7_28 [5] = {
360  0x20,
361  0x7e,
362  0x02,
363  0x02,
364  0x02
365};
366struct disp_font_glyph glyph_hp_fixed_5_7_28 = {
367  {5,7,0,0},
368  5, 0, bitmap_hp_fixed_5_7_28,
369};
370
371const unsigned char bitmap_hp_fixed_5_7_29 [5] = {
372  0x12,
373  0x19,
374  0x15,
375  0x12,
376  0x00
377};
378struct disp_font_glyph glyph_hp_fixed_5_7_29 = {
379  {5,7,0,0},
380  5, 0, bitmap_hp_fixed_5_7_29,
381};
382
383const unsigned char bitmap_hp_fixed_5_7_30 [5] = {
384  0x48,
385  0x7e,
386  0x49,
387  0x41,
388  0x42
389};
390struct disp_font_glyph glyph_hp_fixed_5_7_30 = {
391  {5,7,0,0},
392  5, 0, bitmap_hp_fixed_5_7_30,
393};
394
395const unsigned char bitmap_hp_fixed_5_7_31 [5] = {
396  0x01,
397  0x12,
398  0x7c,
399  0x12,
400  0x01
401};
402struct disp_font_glyph glyph_hp_fixed_5_7_31 = {
403  {5,7,0,0},
404  5, 0, bitmap_hp_fixed_5_7_31,
405};
406
407const unsigned char bitmap_hp_fixed_5_7_32 [5] = {
408  0x00,
409  0x00,
410  0x00,
411  0x00,
412  0x00
413};
414struct disp_font_glyph glyph_hp_fixed_5_7_32 = {
415  {5,7,0,0},
416  5, 0, bitmap_hp_fixed_5_7_32,
417};
418
419const unsigned char bitmap_hp_fixed_5_7_33 [5] = {
420  0x00,
421  0x5f,
422  0x00,
423  0x00,
424  0x00
425};
426struct disp_font_glyph glyph_hp_fixed_5_7_33 = {
427  {5,7,0,0},
428  5, 0, bitmap_hp_fixed_5_7_33,
429};
430
431const unsigned char bitmap_hp_fixed_5_7_34 [5] = {
432  0x00,
433  0x03,
434  0x00,
435  0x03,
436  0x00
437};
438struct disp_font_glyph glyph_hp_fixed_5_7_34 = {
439  {5,7,0,0},
440  5, 0, bitmap_hp_fixed_5_7_34,
441};
442
443const unsigned char bitmap_hp_fixed_5_7_35 [5] = {
444  0x14,
445  0x7f,
446  0x14,
447  0x7f,
448  0x14
449};
450struct disp_font_glyph glyph_hp_fixed_5_7_35 = {
451  {5,7,0,0},
452  5, 0, bitmap_hp_fixed_5_7_35,
453};
454
455const unsigned char bitmap_hp_fixed_5_7_36 [5] = {
456  0x24,
457  0x2a,
458  0x7f,
459  0x2a,
460  0x12
461};
462struct disp_font_glyph glyph_hp_fixed_5_7_36 = {
463  {5,7,0,0},
464  5, 0, bitmap_hp_fixed_5_7_36,
465};
466
467const unsigned char bitmap_hp_fixed_5_7_37 [5] = {
468  0x23,
469  0x13,
470  0x08,
471  0x64,
472  0x62
473};
474struct disp_font_glyph glyph_hp_fixed_5_7_37 = {
475  {5,7,0,0},
476  5, 0, bitmap_hp_fixed_5_7_37,
477};
478
479const unsigned char bitmap_hp_fixed_5_7_38 [5] = {
480  0x36,
481  0x49,
482  0x56,
483  0x20,
484  0x50
485};
486struct disp_font_glyph glyph_hp_fixed_5_7_38 = {
487  {5,7,0,0},
488  5, 0, bitmap_hp_fixed_5_7_38,
489};
490
491const unsigned char bitmap_hp_fixed_5_7_39 [5] = {
492  0x00,
493  0x0b,
494  0x07,
495  0x00,
496  0x00
497};
498struct disp_font_glyph glyph_hp_fixed_5_7_39 = {
499  {5,7,0,0},
500  5, 0, bitmap_hp_fixed_5_7_39,
501};
502
503const unsigned char bitmap_hp_fixed_5_7_40 [5] = {
504  0x00,
505  0x00,
506  0x3e,
507  0x41,
508  0x00
509};
510struct disp_font_glyph glyph_hp_fixed_5_7_40 = {
511  {5,7,0,0},
512  5, 0, bitmap_hp_fixed_5_7_40,
513};
514
515const unsigned char bitmap_hp_fixed_5_7_41 [5] = {
516  0x00,
517  0x41,
518  0x3e,
519  0x00,
520  0x00
521};
522struct disp_font_glyph glyph_hp_fixed_5_7_41 = {
523  {5,7,0,0},
524  5, 0, bitmap_hp_fixed_5_7_41,
525};
526
527const unsigned char bitmap_hp_fixed_5_7_42 [5] = {
528  0x08,
529  0x2a,
530  0x1c,
531  0x2a,
532  0x08
533};
534struct disp_font_glyph glyph_hp_fixed_5_7_42 = {
535  {5,7,0,0},
536  5, 0, bitmap_hp_fixed_5_7_42,
537};
538
539const unsigned char bitmap_hp_fixed_5_7_43 [5] = {
540  0x08,
541  0x08,
542  0x3e,
543  0x08,
544  0x08
545};
546struct disp_font_glyph glyph_hp_fixed_5_7_43 = {
547  {5,7,0,0},
548  5, 0, bitmap_hp_fixed_5_7_43,
549};
550
551const unsigned char bitmap_hp_fixed_5_7_44 [5] = {
552  0x00,
553  0x58,
554  0x38,
555  0x00,
556  0x00
557};
558struct disp_font_glyph glyph_hp_fixed_5_7_44 = {
559  {5,7,0,0},
560  5, 0, bitmap_hp_fixed_5_7_44,
561};
562
563const unsigned char bitmap_hp_fixed_5_7_45 [5] = {
564  0x08,
565  0x08,
566  0x08,
567  0x08,
568  0x08
569};
570struct disp_font_glyph glyph_hp_fixed_5_7_45 = {
571  {5,7,0,0},
572  5, 0, bitmap_hp_fixed_5_7_45,
573};
574
575const unsigned char bitmap_hp_fixed_5_7_46 [5] = {
576  0x00,
577  0x30,
578  0x30,
579  0x00,
580  0x00
581};
582struct disp_font_glyph glyph_hp_fixed_5_7_46 = {
583  {5,7,0,0},
584  5, 0, bitmap_hp_fixed_5_7_46,
585};
586
587const unsigned char bitmap_hp_fixed_5_7_47 [5] = {
588  0x20,
589  0x10,
590  0x08,
591  0x04,
592  0x02
593};
594struct disp_font_glyph glyph_hp_fixed_5_7_47 = {
595  {5,7,0,0},
596  5, 0, bitmap_hp_fixed_5_7_47,
597};
598
599const unsigned char bitmap_hp_fixed_5_7_48 [5] = {
600  0x3e,
601  0x51,
602  0x49,
603  0x45,
604  0x3e
605};
606struct disp_font_glyph glyph_hp_fixed_5_7_48 = {
607  {5,7,0,0},
608  5, 0, bitmap_hp_fixed_5_7_48,
609};
610
611const unsigned char bitmap_hp_fixed_5_7_49 [5] = {
612  0x00,
613  0x42,
614  0x7f,
615  0x40,
616  0x00
617};
618struct disp_font_glyph glyph_hp_fixed_5_7_49 = {
619  {5,7,0,0},
620  5, 0, bitmap_hp_fixed_5_7_49,
621};
622
623const unsigned char bitmap_hp_fixed_5_7_50 [5] = {
624  0x62,
625  0x51,
626  0x49,
627  0x49,
628  0x46
629};
630struct disp_font_glyph glyph_hp_fixed_5_7_50 = {
631  {5,7,0,0},
632  5, 0, bitmap_hp_fixed_5_7_50,
633};
634
635const unsigned char bitmap_hp_fixed_5_7_51 [5] = {
636  0x22,
637  0x41,
638  0x49,
639  0x49,
640  0x36
641};
642struct disp_font_glyph glyph_hp_fixed_5_7_51 = {
643  {5,7,0,0},
644  5, 0, bitmap_hp_fixed_5_7_51,
645};
646
647const unsigned char bitmap_hp_fixed_5_7_52 [5] = {
648  0x18,
649  0x14,
650  0x12,
651  0x7f,
652  0x10
653};
654struct disp_font_glyph glyph_hp_fixed_5_7_52 = {
655  {5,7,0,0},
656  5, 0, bitmap_hp_fixed_5_7_52,
657};
658
659const unsigned char bitmap_hp_fixed_5_7_53 [5] = {
660  0x27,
661  0x45,
662  0x45,
663  0x45,
664  0x39
665};
666struct disp_font_glyph glyph_hp_fixed_5_7_53 = {
667  {5,7,0,0},
668  5, 0, bitmap_hp_fixed_5_7_53,
669};
670
671const unsigned char bitmap_hp_fixed_5_7_54 [5] = {
672  0x3c,
673  0x4a,
674  0x49,
675  0x49,
676  0x30
677};
678struct disp_font_glyph glyph_hp_fixed_5_7_54 = {
679  {5,7,0,0},
680  5, 0, bitmap_hp_fixed_5_7_54,
681};
682
683const unsigned char bitmap_hp_fixed_5_7_55 [5] = {
684  0x01,
685  0x71,
686  0x09,
687  0x05,
688  0x03
689};
690struct disp_font_glyph glyph_hp_fixed_5_7_55 = {
691  {5,7,0,0},
692  5, 0, bitmap_hp_fixed_5_7_55,
693};
694
695const unsigned char bitmap_hp_fixed_5_7_56 [5] = {
696  0x36,
697  0x49,
698  0x49,
699  0x49,
700  0x36
701};
702struct disp_font_glyph glyph_hp_fixed_5_7_56 = {
703  {5,7,0,0},
704  5, 0, bitmap_hp_fixed_5_7_56,
705};
706
707const unsigned char bitmap_hp_fixed_5_7_57 [5] = {
708  0x06,
709  0x49,
710  0x49,
711  0x29,
712  0x1e
713};
714struct disp_font_glyph glyph_hp_fixed_5_7_57 = {
715  {5,7,0,0},
716  5, 0, bitmap_hp_fixed_5_7_57,
717};
718
719const unsigned char bitmap_hp_fixed_5_7_58 [5] = {
720  0x00,
721  0x36,
722  0x36,
723  0x00,
724  0x00
725};
726struct disp_font_glyph glyph_hp_fixed_5_7_58 = {
727  {5,7,0,0},
728  5, 0, bitmap_hp_fixed_5_7_58,
729};
730
731const unsigned char bitmap_hp_fixed_5_7_59 [5] = {
732  0x00,
733  0x5b,
734  0x3b,
735  0x00,
736  0x00
737};
738struct disp_font_glyph glyph_hp_fixed_5_7_59 = {
739  {5,7,0,0},
740  5, 0, bitmap_hp_fixed_5_7_59,
741};
742
743const unsigned char bitmap_hp_fixed_5_7_60 [5] = {
744  0x00,
745  0x08,
746  0x14,
747  0x22,
748  0x41
749};
750struct disp_font_glyph glyph_hp_fixed_5_7_60 = {
751  {5,7,0,0},
752  5, 0, bitmap_hp_fixed_5_7_60,
753};
754
755const unsigned char bitmap_hp_fixed_5_7_61 [5] = {
756  0x14,
757  0x14,
758  0x14,
759  0x14,
760  0x14
761};
762struct disp_font_glyph glyph_hp_fixed_5_7_61 = {
763  {5,7,0,0},
764  5, 0, bitmap_hp_fixed_5_7_61,
765};
766
767const unsigned char bitmap_hp_fixed_5_7_62 [5] = {
768  0x41,
769  0x22,
770  0x14,
771  0x08,
772  0x00
773};
774struct disp_font_glyph glyph_hp_fixed_5_7_62 = {
775  {5,7,0,0},
776  5, 0, bitmap_hp_fixed_5_7_62,
777};
778
779const unsigned char bitmap_hp_fixed_5_7_63 [5] = {
780  0x02,
781  0x01,
782  0x51,
783  0x09,
784  0x06
785};
786struct disp_font_glyph glyph_hp_fixed_5_7_63 = {
787  {5,7,0,0},
788  5, 0, bitmap_hp_fixed_5_7_63,
789};
790
791const unsigned char bitmap_hp_fixed_5_7_64 [5] = {
792  0x3e,
793  0x41,
794  0x5d,
795  0x55,
796  0x1e
797};
798struct disp_font_glyph glyph_hp_fixed_5_7_64 = {
799  {5,7,0,0},
800  5, 0, bitmap_hp_fixed_5_7_64,
801};
802
803const unsigned char bitmap_hp_fixed_5_7_65 [5] = {
804  0x7e,
805  0x09,
806  0x09,
807  0x09,
808  0x7e
809};
810struct disp_font_glyph glyph_hp_fixed_5_7_65 = {
811  {5,7,0,0},
812  5, 0, bitmap_hp_fixed_5_7_65,
813};
814
815const unsigned char bitmap_hp_fixed_5_7_66 [5] = {
816  0x7e,
817  0x49,
818  0x49,
819  0x49,
820  0x36
821};
822struct disp_font_glyph glyph_hp_fixed_5_7_66 = {
823  {5,7,0,0},
824  5, 0, bitmap_hp_fixed_5_7_66,
825};
826
827const unsigned char bitmap_hp_fixed_5_7_67 [5] = {
828  0x3e,
829  0x41,
830  0x41,
831  0x41,
832  0x22
833};
834struct disp_font_glyph glyph_hp_fixed_5_7_67 = {
835  {5,7,0,0},
836  5, 0, bitmap_hp_fixed_5_7_67,
837};
838
839const unsigned char bitmap_hp_fixed_5_7_68 [5] = {
840  0x7f,
841  0x41,
842  0x41,
843  0x41,
844  0x3e
845};
846struct disp_font_glyph glyph_hp_fixed_5_7_68 = {
847  {5,7,0,0},
848  5, 0, bitmap_hp_fixed_5_7_68,
849};
850
851const unsigned char bitmap_hp_fixed_5_7_69 [5] = {
852  0x7f,
853  0x49,
854  0x49,
855  0x49,
856  0x41
857};
858struct disp_font_glyph glyph_hp_fixed_5_7_69 = {
859  {5,7,0,0},
860  5, 0, bitmap_hp_fixed_5_7_69,
861};
862
863const unsigned char bitmap_hp_fixed_5_7_70 [5] = {
864  0x7f,
865  0x09,
866  0x09,
867  0x09,
868  0x01
869};
870struct disp_font_glyph glyph_hp_fixed_5_7_70 = {
871  {5,7,0,0},
872  5, 0, bitmap_hp_fixed_5_7_70,
873};
874
875const unsigned char bitmap_hp_fixed_5_7_71 [5] = {
876  0x3e,
877  0x41,
878  0x41,
879  0x51,
880  0x32
881};
882struct disp_font_glyph glyph_hp_fixed_5_7_71 = {
883  {5,7,0,0},
884  5, 0, bitmap_hp_fixed_5_7_71,
885};
886
887const unsigned char bitmap_hp_fixed_5_7_72 [5] = {
888  0x7f,
889  0x08,
890  0x08,
891  0x08,
892  0x7f
893};
894struct disp_font_glyph glyph_hp_fixed_5_7_72 = {
895  {5,7,0,0},
896  5, 0, bitmap_hp_fixed_5_7_72,
897};
898
899const unsigned char bitmap_hp_fixed_5_7_73 [5] = {
900  0x00,
901  0x41,
902  0x7f,
903  0x41,
904  0x00
905};
906struct disp_font_glyph glyph_hp_fixed_5_7_73 = {
907  {5,7,0,0},
908  5, 0, bitmap_hp_fixed_5_7_73,
909};
910
911const unsigned char bitmap_hp_fixed_5_7_74 [5] = {
912  0x20,
913  0x40,
914  0x40,
915  0x40,
916  0x3f
917};
918struct disp_font_glyph glyph_hp_fixed_5_7_74 = {
919  {5,7,0,0},
920  5, 0, bitmap_hp_fixed_5_7_74,
921};
922
923const unsigned char bitmap_hp_fixed_5_7_75 [5] = {
924  0x7f,
925  0x08,
926  0x14,
927  0x22,
928  0x41
929};
930struct disp_font_glyph glyph_hp_fixed_5_7_75 = {
931  {5,7,0,0},
932  5, 0, bitmap_hp_fixed_5_7_75,
933};
934
935const unsigned char bitmap_hp_fixed_5_7_76 [5] = {
936  0x7f,
937  0x40,
938  0x40,
939  0x40,
940  0x40
941};
942struct disp_font_glyph glyph_hp_fixed_5_7_76 = {
943  {5,7,0,0},
944  5, 0, bitmap_hp_fixed_5_7_76,
945};
946
947const unsigned char bitmap_hp_fixed_5_7_77 [5] = {
948  0x7f,
949  0x02,
950  0x0c,
951  0x02,
952  0x7f
953};
954struct disp_font_glyph glyph_hp_fixed_5_7_77 = {
955  {5,7,0,0},
956  5, 0, bitmap_hp_fixed_5_7_77,
957};
958
959const unsigned char bitmap_hp_fixed_5_7_78 [5] = {
960  0x7f,
961  0x04,
962  0x08,
963  0x10,
964  0x7f
965};
966struct disp_font_glyph glyph_hp_fixed_5_7_78 = {
967  {5,7,0,0},
968  5, 0, bitmap_hp_fixed_5_7_78,
969};
970
971const unsigned char bitmap_hp_fixed_5_7_79 [5] = {
972  0x3e,
973  0x41,
974  0x41,
975  0x41,
976  0x3e
977};
978struct disp_font_glyph glyph_hp_fixed_5_7_79 = {
979  {5,7,0,0},
980  5, 0, bitmap_hp_fixed_5_7_79,
981};
982
983const unsigned char bitmap_hp_fixed_5_7_80 [5] = {
984  0x7f,
985  0x09,
986  0x09,
987  0x09,
988  0x06
989};
990struct disp_font_glyph glyph_hp_fixed_5_7_80 = {
991  {5,7,0,0},
992  5, 0, bitmap_hp_fixed_5_7_80,
993};
994
995const unsigned char bitmap_hp_fixed_5_7_81 [5] = {
996  0x3e,
997  0x41,
998  0x51,
999  0x21,
1000  0x5e
1001};
1002struct disp_font_glyph glyph_hp_fixed_5_7_81 = {
1003  {5,7,0,0},
1004  5, 0, bitmap_hp_fixed_5_7_81,
1005};
1006
1007const unsigned char bitmap_hp_fixed_5_7_82 [5] = {
1008  0x7f,
1009  0x09,
1010  0x19,
1011  0x29,
1012  0x46
1013};
1014struct disp_font_glyph glyph_hp_fixed_5_7_82 = {
1015  {5,7,0,0},
1016  5, 0, bitmap_hp_fixed_5_7_82,
1017};
1018
1019const unsigned char bitmap_hp_fixed_5_7_83 [5] = {
1020  0x26,
1021  0x49,
1022  0x49,
1023  0x49,
1024  0x32
1025};
1026struct disp_font_glyph glyph_hp_fixed_5_7_83 = {
1027  {5,7,0,0},
1028  5, 0, bitmap_hp_fixed_5_7_83,
1029};
1030
1031const unsigned char bitmap_hp_fixed_5_7_84 [5] = {
1032  0x01,
1033  0x01,
1034  0x7f,
1035  0x01,
1036  0x01
1037};
1038struct disp_font_glyph glyph_hp_fixed_5_7_84 = {
1039  {5,7,0,0},
1040  5, 0, bitmap_hp_fixed_5_7_84,
1041};
1042
1043const unsigned char bitmap_hp_fixed_5_7_85 [5] = {
1044  0x3f,
1045  0x40,
1046  0x40,
1047  0x40,
1048  0x3f
1049};
1050struct disp_font_glyph glyph_hp_fixed_5_7_85 = {
1051  {5,7,0,0},
1052  5, 0, bitmap_hp_fixed_5_7_85,
1053};
1054
1055const unsigned char bitmap_hp_fixed_5_7_86 [5] = {
1056  0x07,
1057  0x18,
1058  0x60,
1059  0x18,
1060  0x07
1061};
1062struct disp_font_glyph glyph_hp_fixed_5_7_86 = {
1063  {5,7,0,0},
1064  5, 0, bitmap_hp_fixed_5_7_86,
1065};
1066
1067const unsigned char bitmap_hp_fixed_5_7_87 [5] = {
1068  0x7f,
1069  0x20,
1070  0x18,
1071  0x20,
1072  0x7f
1073};
1074struct disp_font_glyph glyph_hp_fixed_5_7_87 = {
1075  {5,7,0,0},
1076  5, 0, bitmap_hp_fixed_5_7_87,
1077};
1078
1079const unsigned char bitmap_hp_fixed_5_7_88 [5] = {
1080  0x63,
1081  0x14,
1082  0x08,
1083  0x14,
1084  0x63
1085};
1086struct disp_font_glyph glyph_hp_fixed_5_7_88 = {
1087  {5,7,0,0},
1088  5, 0, bitmap_hp_fixed_5_7_88,
1089};
1090
1091const unsigned char bitmap_hp_fixed_5_7_89 [5] = {
1092  0x03,
1093  0x04,
1094  0x78,
1095  0x04,
1096  0x03
1097};
1098struct disp_font_glyph glyph_hp_fixed_5_7_89 = {
1099  {5,7,0,0},
1100  5, 0, bitmap_hp_fixed_5_7_89,
1101};
1102
1103const unsigned char bitmap_hp_fixed_5_7_90 [5] = {
1104  0x61,
1105  0x51,
1106  0x49,
1107  0x45,
1108  0x43
1109};
1110struct disp_font_glyph glyph_hp_fixed_5_7_90 = {
1111  {5,7,0,0},
1112  5, 0, bitmap_hp_fixed_5_7_90,
1113};
1114
1115const unsigned char bitmap_hp_fixed_5_7_91 [5] = {
1116  0x00,
1117  0x00,
1118  0x7f,
1119  0x41,
1120  0x41
1121};
1122struct disp_font_glyph glyph_hp_fixed_5_7_91 = {
1123  {5,7,0,0},
1124  5, 0, bitmap_hp_fixed_5_7_91,
1125};
1126
1127const unsigned char bitmap_hp_fixed_5_7_92 [5] = {
1128  0x02,
1129  0x04,
1130  0x08,
1131  0x10,
1132  0x20
1133};
1134struct disp_font_glyph glyph_hp_fixed_5_7_92 = {
1135  {5,7,0,0},
1136  5, 0, bitmap_hp_fixed_5_7_92,
1137};
1138
1139const unsigned char bitmap_hp_fixed_5_7_93 [5] = {
1140  0x41,
1141  0x41,
1142  0x7f,
1143  0x00,
1144  0x00
1145};
1146struct disp_font_glyph glyph_hp_fixed_5_7_93 = {
1147  {5,7,0,0},
1148  5, 0, bitmap_hp_fixed_5_7_93,
1149};
1150
1151const unsigned char bitmap_hp_fixed_5_7_94 [5] = {
1152  0x04,
1153  0x02,
1154  0x7f,
1155  0x02,
1156  0x04
1157};
1158struct disp_font_glyph glyph_hp_fixed_5_7_94 = {
1159  {5,7,0,0},
1160  5, 0, bitmap_hp_fixed_5_7_94,
1161};
1162
1163const unsigned char bitmap_hp_fixed_5_7_95 [5] = {
1164  0x40,
1165  0x40,
1166  0x40,
1167  0x40,
1168  0x40
1169};
1170struct disp_font_glyph glyph_hp_fixed_5_7_95 = {
1171  {5,7,0,0},
1172  5, 0, bitmap_hp_fixed_5_7_95,
1173};
1174
1175const unsigned char bitmap_hp_fixed_5_7_96 [5] = {
1176  0x00,
1177  0x07,
1178  0x0b,
1179  0x00,
1180  0x00
1181};
1182struct disp_font_glyph glyph_hp_fixed_5_7_96 = {
1183  {5,7,0,0},
1184  5, 0, bitmap_hp_fixed_5_7_96,
1185};
1186
1187const unsigned char bitmap_hp_fixed_5_7_97 [5] = {
1188  0x38,
1189  0x44,
1190  0x44,
1191  0x3c,
1192  0x40
1193};
1194struct disp_font_glyph glyph_hp_fixed_5_7_97 = {
1195  {5,7,0,0},
1196  5, 0, bitmap_hp_fixed_5_7_97,
1197};
1198
1199const unsigned char bitmap_hp_fixed_5_7_98 [5] = {
1200  0x7f,
1201  0x48,
1202  0x44,
1203  0x44,
1204  0x38
1205};
1206struct disp_font_glyph glyph_hp_fixed_5_7_98 = {
1207  {5,7,0,0},
1208  5, 0, bitmap_hp_fixed_5_7_98,
1209};
1210
1211const unsigned char bitmap_hp_fixed_5_7_99 [5] = {
1212  0x38,
1213  0x44,
1214  0x44,
1215  0x44,
1216  0x44
1217};
1218struct disp_font_glyph glyph_hp_fixed_5_7_99 = {
1219  {5,7,0,0},
1220  5, 0, bitmap_hp_fixed_5_7_99,
1221};
1222
1223const unsigned char bitmap_hp_fixed_5_7_100 [5] = {
1224  0x38,
1225  0x44,
1226  0x44,
1227  0x48,
1228  0x7f
1229};
1230struct disp_font_glyph glyph_hp_fixed_5_7_100 = {
1231  {5,7,0,0},
1232  5, 0, bitmap_hp_fixed_5_7_100,
1233};
1234
1235const unsigned char bitmap_hp_fixed_5_7_101 [5] = {
1236  0x38,
1237  0x54,
1238  0x54,
1239  0x54,
1240  0x08
1241};
1242struct disp_font_glyph glyph_hp_fixed_5_7_101 = {
1243  {5,7,0,0},
1244  5, 0, bitmap_hp_fixed_5_7_101,
1245};
1246
1247const unsigned char bitmap_hp_fixed_5_7_102 [5] = {
1248  0x08,
1249  0x7e,
1250  0x09,
1251  0x02,
1252  0x00
1253};
1254struct disp_font_glyph glyph_hp_fixed_5_7_102 = {
1255  {5,7,0,0},
1256  5, 0, bitmap_hp_fixed_5_7_102,
1257};
1258
1259const unsigned char bitmap_hp_fixed_5_7_103 [5] = {
1260  0x08,
1261  0x14,
1262  0x54,
1263  0x54,
1264  0x3c
1265};
1266struct disp_font_glyph glyph_hp_fixed_5_7_103 = {
1267  {5,7,0,0},
1268  5, 0, bitmap_hp_fixed_5_7_103,
1269};
1270
1271const unsigned char bitmap_hp_fixed_5_7_104 [5] = {
1272  0x7f,
1273  0x08,
1274  0x04,
1275  0x04,
1276  0x78
1277};
1278struct disp_font_glyph glyph_hp_fixed_5_7_104 = {
1279  {5,7,0,0},
1280  5, 0, bitmap_hp_fixed_5_7_104,
1281};
1282
1283const unsigned char bitmap_hp_fixed_5_7_105 [5] = {
1284  0x00,
1285  0x44,
1286  0x7d,
1287  0x40,
1288  0x00
1289};
1290struct disp_font_glyph glyph_hp_fixed_5_7_105 = {
1291  {5,7,0,0},
1292  5, 0, bitmap_hp_fixed_5_7_105,
1293};
1294
1295const unsigned char bitmap_hp_fixed_5_7_106 [5] = {
1296  0x20,
1297  0x40,
1298  0x44,
1299  0x3d,
1300  0x00
1301};
1302struct disp_font_glyph glyph_hp_fixed_5_7_106 = {
1303  {5,7,0,0},
1304  5, 0, bitmap_hp_fixed_5_7_106,
1305};
1306
1307const unsigned char bitmap_hp_fixed_5_7_107 [5] = {
1308  0x00,
1309  0x7f,
1310  0x10,
1311  0x28,
1312  0x44
1313};
1314struct disp_font_glyph glyph_hp_fixed_5_7_107 = {
1315  {5,7,0,0},
1316  5, 0, bitmap_hp_fixed_5_7_107,
1317};
1318
1319const unsigned char bitmap_hp_fixed_5_7_108 [5] = {
1320  0x00,
1321  0x41,
1322  0x7f,
1323  0x40,
1324  0x00
1325};
1326struct disp_font_glyph glyph_hp_fixed_5_7_108 = {
1327  {5,7,0,0},
1328  5, 0, bitmap_hp_fixed_5_7_108,
1329};
1330
1331const unsigned char bitmap_hp_fixed_5_7_109 [5] = {
1332  0x78,
1333  0x04,
1334  0x18,
1335  0x04,
1336  0x78
1337};
1338struct disp_font_glyph glyph_hp_fixed_5_7_109 = {
1339  {5,7,0,0},
1340  5, 0, bitmap_hp_fixed_5_7_109,
1341};
1342
1343const unsigned char bitmap_hp_fixed_5_7_110 [5] = {
1344  0x7c,
1345  0x08,
1346  0x04,
1347  0x04,
1348  0x78
1349};
1350struct disp_font_glyph glyph_hp_fixed_5_7_110 = {
1351  {5,7,0,0},
1352  5, 0, bitmap_hp_fixed_5_7_110,
1353};
1354
1355const unsigned char bitmap_hp_fixed_5_7_111 [5] = {
1356  0x38,
1357  0x44,
1358  0x44,
1359  0x44,
1360  0x38
1361};
1362struct disp_font_glyph glyph_hp_fixed_5_7_111 = {
1363  {5,7,0,0},
1364  5, 0, bitmap_hp_fixed_5_7_111,
1365};
1366
1367const unsigned char bitmap_hp_fixed_5_7_112 [5] = {
1368  0x7c,
1369  0x14,
1370  0x24,
1371  0x24,
1372  0x18
1373};
1374struct disp_font_glyph glyph_hp_fixed_5_7_112 = {
1375  {5,7,0,0},
1376  5, 0, bitmap_hp_fixed_5_7_112,
1377};
1378
1379const unsigned char bitmap_hp_fixed_5_7_113 [5] = {
1380  0x18,
1381  0x24,
1382  0x14,
1383  0x7c,
1384  0x40
1385};
1386struct disp_font_glyph glyph_hp_fixed_5_7_113 = {
1387  {5,7,0,0},
1388  5, 0, bitmap_hp_fixed_5_7_113,
1389};
1390
1391const unsigned char bitmap_hp_fixed_5_7_114 [5] = {
1392  0x00,
1393  0x7c,
1394  0x08,
1395  0x04,
1396  0x04
1397};
1398struct disp_font_glyph glyph_hp_fixed_5_7_114 = {
1399  {5,7,0,0},
1400  5, 0, bitmap_hp_fixed_5_7_114,
1401};
1402
1403const unsigned char bitmap_hp_fixed_5_7_115 [5] = {
1404  0x48,
1405  0x54,
1406  0x54,
1407  0x54,
1408  0x20
1409};
1410struct disp_font_glyph glyph_hp_fixed_5_7_115 = {
1411  {5,7,0,0},
1412  5, 0, bitmap_hp_fixed_5_7_115,
1413};
1414
1415const unsigned char bitmap_hp_fixed_5_7_116 [5] = {
1416  0x04,
1417  0x3e,
1418  0x44,
1419  0x20,
1420  0x00
1421};
1422struct disp_font_glyph glyph_hp_fixed_5_7_116 = {
1423  {5,7,0,0},
1424  5, 0, bitmap_hp_fixed_5_7_116,
1425};
1426
1427const unsigned char bitmap_hp_fixed_5_7_117 [5] = {
1428  0x3c,
1429  0x40,
1430  0x40,
1431  0x20,
1432  0x7c
1433};
1434struct disp_font_glyph glyph_hp_fixed_5_7_117 = {
1435  {5,7,0,0},
1436  5, 0, bitmap_hp_fixed_5_7_117,
1437};
1438
1439const unsigned char bitmap_hp_fixed_5_7_118 [5] = {
1440  0x1c,
1441  0x20,
1442  0x40,
1443  0x20,
1444  0x1c
1445};
1446struct disp_font_glyph glyph_hp_fixed_5_7_118 = {
1447  {5,7,0,0},
1448  5, 0, bitmap_hp_fixed_5_7_118,
1449};
1450
1451const unsigned char bitmap_hp_fixed_5_7_119 [5] = {
1452  0x3c,
1453  0x40,
1454  0x30,
1455  0x40,
1456  0x3c
1457};
1458struct disp_font_glyph glyph_hp_fixed_5_7_119 = {
1459  {5,7,0,0},
1460  5, 0, bitmap_hp_fixed_5_7_119,
1461};
1462
1463const unsigned char bitmap_hp_fixed_5_7_120 [5] = {
1464  0x44,
1465  0x28,
1466  0x10,
1467  0x28,
1468  0x44
1469};
1470struct disp_font_glyph glyph_hp_fixed_5_7_120 = {
1471  {5,7,0,0},
1472  5, 0, bitmap_hp_fixed_5_7_120,
1473};
1474
1475const unsigned char bitmap_hp_fixed_5_7_121 [5] = {
1476  0x04,
1477  0x48,
1478  0x30,
1479  0x08,
1480  0x04
1481};
1482struct disp_font_glyph glyph_hp_fixed_5_7_121 = {
1483  {5,7,0,0},
1484  5, 0, bitmap_hp_fixed_5_7_121,
1485};
1486
1487const unsigned char bitmap_hp_fixed_5_7_122 [5] = {
1488  0x44,
1489  0x64,
1490  0x54,
1491  0x4c,
1492  0x44
1493};
1494struct disp_font_glyph glyph_hp_fixed_5_7_122 = {
1495  {5,7,0,0},
1496  5, 0, bitmap_hp_fixed_5_7_122,
1497};
1498
1499const unsigned char bitmap_hp_fixed_5_7_123 [5] = {
1500  0x00,
1501  0x08,
1502  0x36,
1503  0x41,
1504  0x00
1505};
1506struct disp_font_glyph glyph_hp_fixed_5_7_123 = {
1507  {5,7,0,0},
1508  5, 0, bitmap_hp_fixed_5_7_123,
1509};
1510
1511const unsigned char bitmap_hp_fixed_5_7_124 [5] = {
1512  0x00,
1513  0x00,
1514  0x77,
1515  0x00,
1516  0x00
1517};
1518struct disp_font_glyph glyph_hp_fixed_5_7_124 = {
1519  {5,7,0,0},
1520  5, 0, bitmap_hp_fixed_5_7_124,
1521};
1522
1523const unsigned char bitmap_hp_fixed_5_7_125 [5] = {
1524  0x00,
1525  0x41,
1526  0x36,
1527  0x08,
1528  0x00
1529};
1530struct disp_font_glyph glyph_hp_fixed_5_7_125 = {
1531  {5,7,0,0},
1532  5, 0, bitmap_hp_fixed_5_7_125,
1533};
1534
1535const unsigned char bitmap_hp_fixed_5_7_126 [5] = {
1536  0x08,
1537  0x04,
1538  0x08,
1539  0x10,
1540  0x08
1541};
1542struct disp_font_glyph glyph_hp_fixed_5_7_126 = {
1543  {5,7,0,0},
1544  5, 0, bitmap_hp_fixed_5_7_126,
1545};
1546
1547const unsigned char bitmap_hp_fixed_5_7_127 [5] = {
1548  0x2a,
1549  0x55,
1550  0x2a,
1551  0x55,
1552  0x2a
1553};
1554struct disp_font_glyph glyph_hp_fixed_5_7_127 = {
1555  {5,7,0,0},
1556  5, 0, bitmap_hp_fixed_5_7_127,
1557};
1558
1559const struct disp_font_base font_hcms29xx_base = {
1560  1,               /* trans */
1561  {5, 7, 0, -1},  /* fbb w, h, x, y */
1562  7, 0,            /* ascent, descent */
1563  0,               /* default_char */
1564  {&glyph_hp_fixed_5_7_0,
1565  &glyph_hp_fixed_5_7_1,
1566  &glyph_hp_fixed_5_7_2,
1567  &glyph_hp_fixed_5_7_3,
1568  &glyph_hp_fixed_5_7_4,
1569  &glyph_hp_fixed_5_7_5,
1570  &glyph_hp_fixed_5_7_6,
1571  &glyph_hp_fixed_5_7_7,
1572  &glyph_hp_fixed_5_7_8,
1573  &glyph_hp_fixed_5_7_9,
1574  &glyph_hp_fixed_5_7_10,
1575  &glyph_hp_fixed_5_7_11,
1576  &glyph_hp_fixed_5_7_12,
1577  &glyph_hp_fixed_5_7_13,
1578  &glyph_hp_fixed_5_7_14,
1579  &glyph_hp_fixed_5_7_15,
1580  &glyph_hp_fixed_5_7_16,
1581  &glyph_hp_fixed_5_7_17,
1582  &glyph_hp_fixed_5_7_18,
1583  &glyph_hp_fixed_5_7_19,
1584  &glyph_hp_fixed_5_7_20,
1585  &glyph_hp_fixed_5_7_21,
1586  &glyph_hp_fixed_5_7_22,
1587  &glyph_hp_fixed_5_7_23,
1588  &glyph_hp_fixed_5_7_24,
1589  &glyph_hp_fixed_5_7_25,
1590  &glyph_hp_fixed_5_7_26,
1591  &glyph_hp_fixed_5_7_27,
1592  &glyph_hp_fixed_5_7_28,
1593  &glyph_hp_fixed_5_7_29,
1594  &glyph_hp_fixed_5_7_30,
1595  &glyph_hp_fixed_5_7_31,
1596  &glyph_hp_fixed_5_7_32,
1597  &glyph_hp_fixed_5_7_33,
1598  &glyph_hp_fixed_5_7_34,
1599  &glyph_hp_fixed_5_7_35,
1600  &glyph_hp_fixed_5_7_36,
1601  &glyph_hp_fixed_5_7_37,
1602  &glyph_hp_fixed_5_7_38,
1603  &glyph_hp_fixed_5_7_39,
1604  &glyph_hp_fixed_5_7_40,
1605  &glyph_hp_fixed_5_7_41,
1606  &glyph_hp_fixed_5_7_42,
1607  &glyph_hp_fixed_5_7_43,
1608  &glyph_hp_fixed_5_7_44,
1609  &glyph_hp_fixed_5_7_45,
1610  &glyph_hp_fixed_5_7_46,
1611  &glyph_hp_fixed_5_7_47,
1612  &glyph_hp_fixed_5_7_48,
1613  &glyph_hp_fixed_5_7_49,
1614  &glyph_hp_fixed_5_7_50,
1615  &glyph_hp_fixed_5_7_51,
1616  &glyph_hp_fixed_5_7_52,
1617  &glyph_hp_fixed_5_7_53,
1618  &glyph_hp_fixed_5_7_54,
1619  &glyph_hp_fixed_5_7_55,
1620  &glyph_hp_fixed_5_7_56,
1621  &glyph_hp_fixed_5_7_57,
1622  &glyph_hp_fixed_5_7_58,
1623  &glyph_hp_fixed_5_7_59,
1624  &glyph_hp_fixed_5_7_60,
1625  &glyph_hp_fixed_5_7_61,
1626  &glyph_hp_fixed_5_7_62,
1627  &glyph_hp_fixed_5_7_63,
1628  &glyph_hp_fixed_5_7_64,
1629  &glyph_hp_fixed_5_7_65,
1630  &glyph_hp_fixed_5_7_66,
1631  &glyph_hp_fixed_5_7_67,
1632  &glyph_hp_fixed_5_7_68,
1633  &glyph_hp_fixed_5_7_69,
1634  &glyph_hp_fixed_5_7_70,
1635  &glyph_hp_fixed_5_7_71,
1636  &glyph_hp_fixed_5_7_72,
1637  &glyph_hp_fixed_5_7_73,
1638  &glyph_hp_fixed_5_7_74,
1639  &glyph_hp_fixed_5_7_75,
1640  &glyph_hp_fixed_5_7_76,
1641  &glyph_hp_fixed_5_7_77,
1642  &glyph_hp_fixed_5_7_78,
1643  &glyph_hp_fixed_5_7_79,
1644  &glyph_hp_fixed_5_7_80,
1645  &glyph_hp_fixed_5_7_81,
1646  &glyph_hp_fixed_5_7_82,
1647  &glyph_hp_fixed_5_7_83,
1648  &glyph_hp_fixed_5_7_84,
1649  &glyph_hp_fixed_5_7_85,
1650  &glyph_hp_fixed_5_7_86,
1651  &glyph_hp_fixed_5_7_87,
1652  &glyph_hp_fixed_5_7_88,
1653  &glyph_hp_fixed_5_7_89,
1654  &glyph_hp_fixed_5_7_90,
1655  &glyph_hp_fixed_5_7_91,
1656  &glyph_hp_fixed_5_7_92,
1657  &glyph_hp_fixed_5_7_93,
1658  &glyph_hp_fixed_5_7_94,
1659  &glyph_hp_fixed_5_7_95,
1660  &glyph_hp_fixed_5_7_96,
1661  &glyph_hp_fixed_5_7_97,
1662  &glyph_hp_fixed_5_7_98,
1663  &glyph_hp_fixed_5_7_99,
1664  &glyph_hp_fixed_5_7_100,
1665  &glyph_hp_fixed_5_7_101,
1666  &glyph_hp_fixed_5_7_102,
1667  &glyph_hp_fixed_5_7_103,
1668  &glyph_hp_fixed_5_7_104,
1669  &glyph_hp_fixed_5_7_105,
1670  &glyph_hp_fixed_5_7_106,
1671  &glyph_hp_fixed_5_7_107,
1672  &glyph_hp_fixed_5_7_108,
1673  &glyph_hp_fixed_5_7_109,
1674  &glyph_hp_fixed_5_7_110,
1675  &glyph_hp_fixed_5_7_111,
1676  &glyph_hp_fixed_5_7_112,
1677  &glyph_hp_fixed_5_7_113,
1678  &glyph_hp_fixed_5_7_114,
1679  &glyph_hp_fixed_5_7_115,
1680  &glyph_hp_fixed_5_7_116,
1681  &glyph_hp_fixed_5_7_117,
1682  &glyph_hp_fixed_5_7_118,
1683  &glyph_hp_fixed_5_7_119,
1684  &glyph_hp_fixed_5_7_120,
1685  &glyph_hp_fixed_5_7_121,
1686  &glyph_hp_fixed_5_7_122,
1687  &glyph_hp_fixed_5_7_123,
1688  &glyph_hp_fixed_5_7_124,
1689  &glyph_hp_fixed_5_7_125,
1690  &glyph_hp_fixed_5_7_126,
1691  &glyph_hp_fixed_5_7_127,
1692  NULL,
1693  NULL,
1694  NULL,
1695  NULL,
1696  NULL,
1697  NULL,
1698  NULL,
1699  NULL,
1700  NULL,
1701  NULL,
1702  NULL,
1703  NULL,
1704  NULL,
1705  NULL,
1706  NULL,
1707  NULL,
1708  NULL,
1709  NULL,
1710  NULL,
1711  NULL,
1712  NULL,
1713  NULL,
1714  NULL,
1715  NULL,
1716  NULL,
1717  NULL,
1718  NULL,
1719  NULL,
1720  NULL,
1721  NULL,
1722  NULL,
1723  NULL,
1724  NULL,
1725  NULL,
1726  NULL,
1727  NULL,
1728  NULL,
1729  NULL,
1730  NULL,
1731  NULL,
1732  NULL,
1733  NULL,
1734  NULL,
1735  NULL,
1736  NULL,
1737  NULL,
1738  NULL,
1739  NULL,
1740  NULL,
1741  NULL,
1742  NULL,
1743  NULL,
1744  NULL,
1745  NULL,
1746  NULL,
1747  NULL,
1748  NULL,
1749  NULL,
1750  NULL,
1751  NULL,
1752  NULL,
1753  NULL,
1754  NULL,
1755  NULL,
1756  NULL,
1757  NULL,
1758  NULL,
1759  NULL,
1760  NULL,
1761  NULL,
1762  NULL,
1763  NULL,
1764  NULL,
1765  NULL,
1766  NULL,
1767  NULL,
1768  NULL,
1769  NULL,
1770  NULL,
1771  NULL,
1772  NULL,
1773  NULL,
1774  NULL,
1775  NULL,
1776  NULL,
1777  NULL,
1778  NULL,
1779  NULL,
1780  NULL,
1781  NULL,
1782  NULL,
1783  NULL,
1784  NULL,
1785  NULL,
1786  NULL,
1787  NULL,
1788  NULL,
1789  NULL,
1790  NULL,
1791  NULL,
1792  NULL,
1793  NULL,
1794  NULL,
1795  NULL,
1796  NULL,
1797  NULL,
1798  NULL,
1799  NULL,
1800  NULL,
1801  NULL,
1802  NULL,
1803  NULL,
1804  NULL,
1805  NULL,
1806  NULL,
1807  NULL,
1808  NULL,
1809  NULL,
1810  NULL,
1811  NULL,
1812  NULL,
1813  NULL,
1814  NULL,
1815  NULL,
1816  NULL,
1817  NULL,
1818  NULL,
1819   NULL}
1820};
Note: See TracBrowser for help on using the repository browser.