mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Expose UI config fonts to libwidgets
Currently this is only for the benefit of derivative projects.
This commit is contained in:
parent
fc1377ae46
commit
b3df8ea6ef
1 changed files with 8 additions and 0 deletions
|
|
@ -21,6 +21,8 @@
|
|||
|
||||
#include <cassert>
|
||||
|
||||
#include <pangomm/fontdescription.h>
|
||||
|
||||
#include "pbd/configuration.h"
|
||||
#include "gtkmm2ext/colors.h"
|
||||
|
||||
|
|
@ -44,6 +46,12 @@ public:
|
|||
virtual bool get_all_floating_windows_are_dialogs () const = 0;
|
||||
virtual bool get_widget_prelight () const = 0;
|
||||
virtual Gtkmm2ext::Color color (const std::string&, bool* failed = 0) const = 0;
|
||||
|
||||
virtual Pango::FontDescription get_NormalFont () const = 0;
|
||||
virtual Pango::FontDescription get_SmallFont () const = 0;
|
||||
virtual Pango::FontDescription get_NormalMonospaceFont () const = 0;
|
||||
virtual Pango::FontDescription get_SmallMonospaceFont () const = 0;
|
||||
virtual Pango::FontDescription get_ArdourSmallFont () const = 0;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue