1 /**************************************/
2 /* this file adapted from font_8x16.c */
3 /* by Jurriaan Kalkman 05-2005 */
4 /**************************************/
6 #include <linux/font.h>
8 #define FONTDATAMAX 3584
10 static const struct font_data fontdata_7x14 = {
11 { 0, 0, FONTDATAMAX, 0 }, {
2044 /* 127 0x7f '
\7f' */
2060 /* 128 0x80 '
\80' */
2076 /* 129 0x81 '
\81' */
2092 /* 130 0x82 '
\82' */
2108 /* 131 0x83 '
\83' */
2124 /* 132 0x84 '
\84' */
2140 /* 133 0x85 '
\85' */
2156 /* 134 0x86 '
\86' */
2172 /* 135 0x87 '
\87' */
2188 /* 136 0x88 '
\88' */
2204 /* 137 0x89 '
\89' */
2220 /* 138 0x8a '
\8a' */
2236 /* 139 0x8b '
\8b' */
2252 /* 140 0x8c '
\8c' */
2268 /* 141 0x8d '
\8d' */
2284 /* 142 0x8e '
\8e' */
2300 /* 143 0x8f '
\8f' */
2316 /* 144 0x90 '
\90' */
2332 /* 145 0x91 '
\91' */
2348 /* 146 0x92 '
\92' */
2364 /* 147 0x93 '
\93' */
2380 /* 148 0x94 '
\94' */
2396 /* 149 0x95 '
\95' */
2412 /* 150 0x96 '
\96' */
2428 /* 151 0x97 '
\97' */
2444 /* 152 0x98 '
\98' */
2460 /* 153 0x99 '
\99' */
2476 /* 154 0x9a '
\9a' */
2492 /* 155 0x9b '
\9b' */
2508 /* 156 0x9c '
\9c' */
2524 /* 157 0x9d '
\9d' */
2540 /* 158 0x9e '
\9e' */
2556 /* 159 0x9f '
\9f' */
4110 const struct font_desc font_7x14 = {
4111 .idx = FONT7x14_IDX,
4115 .data = fontdata_7x14.data,