This is gdfonts.h in view mode; [Download] [Up]
#ifndef GDFONTS_H #define GDFONTS_H 1 /* gdfonts.h: brings in the smaller of the two provided fonts. Also link with gdfonts.c. */ #include "combine.h" /* 6x12 font derived from a public domain font in the X distribution. Only contains the 96 standard ascii characters, sorry. Feel free to improve on this. */ extern gdFontPtr gdFontSmall; #endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.