|
|
1.1 root 1: #ifndef _ALLFONTS_H_
2: #define _ALLFONTS_H_
3:
4: struct conio_font_data_struct {
5: char *eight_by_sixteen;
6: char *eight_by_fourteen;
7: char *eight_by_eight;
8: char *desc;
9: };
10:
11: extern struct conio_font_data_struct conio_fontdata[257];
12:
1.1.1.2 ! root 13: #define CONIO_FIRST_FREE_FONT 41
1.1 root 14:
15: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.