font.h
280 Bytes
/*
Fonts: Definitions and externals.
*/
#ifndef __font__
#define __font__
#include <PR/sp.h>
typedef struct sp2d_font_struct
{
char *index_string;
Bitmap *bitmaps;
char *img;
} Font;
/* sct 11/20/95 - Removed unused lcase_font extern. */
#endif /* __font__ */