home *** CD-ROM | disk | FTP | other *** search
- #ifndef FONTS_H
- #define FONTS_H
- #ifndef GRAPHICS_GFXBASE_H
- #include <graphics/gfxbase.h>
- #endif
- #ifndef GRAPHICS_TEXT_H
- #include <graphics/text.h>
- #endif
-
- extern struct GfxBase *GfxBase;
-
- #define FONTWIDTH (GfxBase->DefaultFont->tf_XSize)
- #define FONTHEIGHT (GfxBase->DefaultFont->tf_YSize)
- #define FONTBASELINE (GfxBase->DefaultFont->tf_Baseline)
- #endif
-