2 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
3 * Use is subject to license terms.
6 #pragma ident "%Z%%M% %I% %E% SMI"
9 #include <sys/param.h> /* for NULL */
14 /* This is a derivation of a BDF font from the X consolidation */
16 /* COMMENT Donated by H. Kagotani <kagotani@cs.titech.ac.jp>; public domain */
17 /* COMMENT font from Japan */
19 /* FONT -Misc-Fixed-Medium-R-Normal--14-130-75-75-C-70-ISO8859-1 */
20 /* Copyright notice from .bdf file: */
21 /* COPYRIGHT "Public domain font. Share and enjoy." */
23 static unsigned char FONTDATA
[] = {
3370 static unsigned char *ENCODINGS
[256] = {
3628 bitmap_data_t font_data_7x14
= {
3629 7, 14, /* width, height */
3630 FONTDATA
, /* image */
3631 ENCODINGS
, /* encoding */