diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Screen_Driver.H | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/FL/Fl_Screen_Driver.H b/FL/Fl_Screen_Driver.H index 0ce662287..87ef0261a 100644 --- a/FL/Fl_Screen_Driver.H +++ b/FL/Fl_Screen_Driver.H @@ -114,6 +114,10 @@ public: virtual int text_display_can_leak() { return 0; } // an implementation which returns NULL may be enough static struct Fl_Fontdesc *calc_fl_fonts(); + // API to the platform-dependent Fl_Fontdesc structure + static unsigned font_desc_size(); + static const char *font_name(int num); + static void font_name(int num, const char *name); }; |
