This is gdfontt.h in view mode; [Download] [Up]
#ifndef GDFONTT_H
#define GDFONTT_H 1
/* gdfontt.h: brings in the tinyest of the provided fonts.
Also link with gdfontt.c. */
#include "gd.h"
/* 5x8 font derived from a public domain font in the X
distribution. Contains the 127 standard ascii characters. */
extern gdFontPtr gdFontTiny;
#endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.