From af3efffd9dedb0bf38f9559db6b17f0555c176d2 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 13 Mar 2014 19:18:26 +0000 Subject: [PATCH] SCREEN font --- Fltk/optionWindow.cpp | 1 + Fltk/optionWindow.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Fltk/optionWindow.cpp b/Fltk/optionWindow.cpp index 1fc37c51e3..3634680baf 100644 --- a/Fltk/optionWindow.cpp +++ b/Fltk/optionWindow.cpp @@ -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} }; diff --git a/Fltk/optionWindow.h b/Fltk/optionWindow.h index 0e678928b2..b7dea7bee4 100644 --- a/Fltk/optionWindow.h +++ b/Fltk/optionWindow.h @@ -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{ -- GitLab