mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
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…
x
Reference in New Issue
Block a user