diff options
| author | Manolo Gouy <Manolo> | 2016-09-22 07:44:34 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-09-22 07:44:34 +0000 |
| commit | 02535d122296b00a99fa30e0253f83c82f177894 (patch) | |
| tree | fa232bb98a668be9a3b51e4f6c77c230a4ae9cf0 /src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H | |
| parent | 145cca26bda55a98adc8c85bea5152e9c3834392 (diff) | |
Rewrite Fl::set_fonts(), Fl::get_font_sizes(), Fl::get_font_name() under the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11965 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H')
| -rw-r--r-- | src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H index 29ae7570e..3c639a58e 100644 --- a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H +++ b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H @@ -94,6 +94,9 @@ public: virtual void enable_im(); virtual void disable_im(); virtual void open_display(); + virtual Fl_Font set_fonts(const char *name); + virtual int get_font_sizes(Fl_Font fnum, int*& sizep); + virtual const char* get_font_name(Fl_Font fnum, int* ap); }; |
