source:
trunk/tools/database/gd/gdfontt.h
| Last change on this file was 829, checked in by , 26 years ago | |
|---|---|
| File size: 309 bytes | |
| Line | |
|---|---|
| 1 | #ifndef GDFONTT_H |
| 2 | #define GDFONTT_H 1 |
| 3 | |
| 4 | /* gdfontt.h: brings in the tinyest of the provided fonts. |
| 5 | Also link with gdfontt.c. */ |
| 6 | |
| 7 | #include "gd.h" |
| 8 | |
| 9 | /* 5x8 font derived from a public domain font in the X |
| 10 | distribution. Contains the 127 standard ascii characters. */ |
| 11 | |
| 12 | extern gdFontPtr gdFontTiny; |
| 13 | |
| 14 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
