font_10x18.c (93c69b2d17372463ae33b79b3002c22a208945b3) font_10x18.c (4ee573086bd88ff3060dda07873bf755d332e9ba)
1// SPDX-License-Identifier: GPL-2.0
2/********************************
3 * adapted from font_sun12x22.c *
4 * by Jurriaan Kalkman 06-2005 *
5 ********************************/
6
7#include <linux/font.h>
8

--- 5123 unchanged lines hidden (view full) ---

5132} };
5133
5134
5135const struct font_desc font_10x18 = {
5136 .idx = FONT10x18_IDX,
5137 .name = "10x18",
5138 .width = 10,
5139 .height = 18,
1// SPDX-License-Identifier: GPL-2.0
2/********************************
3 * adapted from font_sun12x22.c *
4 * by Jurriaan Kalkman 06-2005 *
5 ********************************/
6
7#include <linux/font.h>
8

--- 5123 unchanged lines hidden (view full) ---

5132} };
5133
5134
5135const struct font_desc font_10x18 = {
5136 .idx = FONT10x18_IDX,
5137 .name = "10x18",
5138 .width = 10,
5139 .height = 18,
5140 .charcount = 256,
5140 .data = fontdata_10x18.data,
5141#ifdef __sparc__
5142 .pref = 5,
5143#else
5144 .pref = -1,
5145#endif
5146};
5141 .data = fontdata_10x18.data,
5142#ifdef __sparc__
5143 .pref = 5,
5144#else
5145 .pref = -1,
5146#endif
5147};