Export the built-in font pointer, so that we can use it with other libraries/classes.
This commit is contained in:
parent
12928eb9b5
commit
6785a61f3c
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue