2 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
3 * Use is subject to license terms.
7 #include <sys/param.h> /* for NULL */
12 /* This is a derivation of a BDF font from the X consolidation */
14 /* COMMENT Donated by H. Kagotani <kagotani@cs.titech.ac.jp>; public domain */
15 /* COMMENT font from Japan */
17 /* FONT -Misc-Fixed-Medium-R-Normal--14-130-75-75-C-70-ISO8859-1 */
18 /* Copyright notice from .bdf file: */
19 /* COPYRIGHT "Public domain font. Share and enjoy." */
21 static unsigned char FONTDATA_7x14
[] = {
3368 static unsigned char *ENCODINGS_7x14
[256] = {
3626 bitmap_data_t font_data_7x14
= {
3627 7, 14, /* width, height */
3628 FONTDATA_7x14
, /* image */
3629 ENCODINGS_7x14
, /* encoding */