Code

c2cd7a803da326cf31d7476ba99971b717fa35b7
[inkscape.git] / src / ui / dialog / svg-fonts-dialog.h
1 /**
2  * \brief SVG Fonts dialog
3  *
4  * Authors:
5  *   Felipe CorrĂȘa da Silva Sanches <felipe.sanches@gmail.com>
6  *
7  * Copyright (C) 2008 Authors
8  *
9  * Released under GNU GPLv2 (or later).  Read the file 'COPYING' for more information.
10  */
12 #ifndef INKSCAPE_UI_DIALOG_SVG_FONTS_H
13 #define INKSCAPE_UI_DIALOG_SVG_FONTS_H
15 #include "ui/widget/panel.h"
16 #include "sp-font.h"
17 #include "verbs.h"
19 using namespace Inkscape::UI::Widget;
21 namespace Inkscape {
22 namespace UI {
23 namespace Dialog {
25 class SvgFontsDialog : public UI::Widget::Panel {
26 public:
27     SvgFontsDialog();
28     ~SvgFontsDialog();
30     static SvgFontsDialog &getInstance()
31     { return *new SvgFontsDialog(); }
32 };
34 } // namespace Dialog
35 } // namespace UI
36 } // namespace Inkscape
38 #endif //#ifndef INKSCAPE_UI_DIALOG_SVG_FONTS_H