Export the built-in font pointer, so that we can use it with other libraries/classes.

This commit is contained in:
gogg 2010-03-03 15:13:04 +00:00
parent 12928eb9b5
commit 6785a61f3c

View File

@ -19,8 +19,8 @@
#if defined(COMPILE_IN_DEFAULT_FONT) && !defined(CPPPARSER)
extern const unsigned char default_font_data[];
extern const int default_font_size;
extern EXPCL_PANDA_TEXT const unsigned char default_font_data[];
extern EXPCL_PANDA_TEXT const int default_font_size;
#endif // HAVE_FREETYPE && COMPILE_IN_DEFAULT_FONT && !CPPPARSER