diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-06 23:45:28 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-26 23:05:14 +0100 |
| commit | 844f4a2ae3710709032dad59857dc70212cc8c17 (patch) | |
| tree | 9cc8f19e9903cf7ca1ebf23d28ab104759470344 /src/wx/fonts_dialog.h | |
| parent | 6d8076c7da87a55cc3487d91510d3ad51234f666 (diff) | |
Initial stuff; mostly ok but some hints are still not implemented as warnings.attic/warnings
Diffstat (limited to 'src/wx/fonts_dialog.h')
| -rw-r--r-- | src/wx/fonts_dialog.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wx/fonts_dialog.h b/src/wx/fonts_dialog.h index e04dc9937..bdb7380c9 100644 --- a/src/wx/fonts_dialog.h +++ b/src/wx/fonts_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net> + Copyright (C) 2014-2016 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,6 +17,7 @@ */ +#include "lib/font_files.h" #include <wx/listctrl.h> #include <wx/wx.h> #include <boost/shared_ptr.hpp> @@ -24,6 +25,7 @@ #include <boost/filesystem.hpp> class SubtitleContent; +class Font; class FontsDialog : public wxDialog { @@ -35,6 +37,7 @@ private: void setup_sensitivity (); void selection_changed (); void edit_clicked (); + void set_variant (int n, boost::shared_ptr<Font> font, FontFiles::Variant variant); boost::weak_ptr<SubtitleContent> _content; wxListCtrl* _fonts; |
