X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=gpsp.git;a=blobdiff_plain;f=font.h;h=3a0062f0d96402d33c4fc549fc4d9effbed43e0f;hp=27f6200de180dd7d51c1f4389c56a838133568b8;hb=HEAD;hpb=2823a4c8196a02da86ee180cf55586d4e8c91a2f diff --git a/font.h b/font.h index 27f6200..3a0062f 100644 --- a/font.h +++ b/font.h @@ -23,6 +23,8 @@ #define FONT_WIDTH 6 #define FONT_HEIGHT 10 +#ifdef WANT_FONT_BITS + /* Font information: name: 6x10 facename: -Misc-Fixed-Medium-R-Normal--10-100-75-75-C-60-ISO8859-1 @@ -5876,3 +5878,5 @@ static unsigned long _font_offset[256] = 2210, /* (0xfe) */ 2220 /* (0xff) */ }; + +#endif /* WANT_FONT_BITS */