X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=font.h;h=3a0062f0d96402d33c4fc549fc4d9effbed43e0f;hb=bbba320911a86c0ee373f8297f80a2b82de22039;hp=27f6200de180dd7d51c1f4389c56a838133568b8;hpb=eb3668fc5dab138073cd4844208ac05b94086a4a;p=gpsp.git 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 */