Skip to content
Snippets Groups Projects
Commit af3efffd authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

SCREEN font

parent e45be1a0
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,7 @@ Fl_Menu_Item menu_font_names[] = {
{"Courier-BoldOblique", 0, 0, (void*)FL_COURIER_BOLD_ITALIC},
{"Symbol", 0, 0, (void*)FL_SYMBOL},
{"ZapfDingbats", 0, 0, (void*)FL_ZAPF_DINGBATS},
{"Screen", 0, 0, (void*)FL_SCREEN},
{0}
};
......
......@@ -22,7 +22,7 @@
#include "colorbarWindow.h"
#include "gamepadWindow.h"
#define NUM_FONTS 14
#define NUM_FONTS 15
extern Fl_Menu_Item menu_font_names[];
class optionWindow{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment