.gitignore added
[dotfiles/.git] / .local / include / python3.9 / pygame / font.h
1 #ifndef PGFONT_INTERNAL_H
2 #define PGFONT_INTERNAL_H
3
4 #include <SDL_ttf.h>
5
6 /* test font initialization */
7 #define FONT_INIT_CHECK() \
8     if(!(*(int*)PyFONT_C_API[2])) \
9         return RAISE(pgExc_SDLError, "font system not initialized")
10
11 #include "include/pygame_font.h"
12
13 #define PYGAMEAPI_FONT_NUMSLOTS 3
14
15 #endif /* ~PGFONT_INTERNAL_H */