From b6355b1d65edfa51c9f80ac4c8c088bf9f19b788 Mon Sep 17 00:00:00 2001 From: Fanda Vacek Date: Mon, 18 Feb 2019 20:07:20 +0100 Subject: variable font size --- qtmips_gui/fontsize.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 qtmips_gui/fontsize.h (limited to 'qtmips_gui/fontsize.h') diff --git a/qtmips_gui/fontsize.h b/qtmips_gui/fontsize.h new file mode 100644 index 0000000..d5a20e3 --- /dev/null +++ b/qtmips_gui/fontsize.h @@ -0,0 +1,14 @@ +#ifndef FONTSIZES_H +#define FONTSIZES_H + +struct FontSize +{ + static int SIZE5; + static int SIZE6; + static int SIZE7; + static int SIZE8; + + static void init(); +}; + +#endif // FONTSIZES_H -- cgit v1.2.3