Add API to force ArdourSans font (for UTF8 symbols)

This commit is contained in:
Robin Gareus 2022-11-07 11:55:16 +01:00
parent e8a87f31fc
commit ef6803abd1
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
3 changed files with 18 additions and 0 deletions

View file

@ -75,6 +75,7 @@ unsigned char* xpm2rgba (const char** xpm, uint32_t& w, uint32_t& h);
ArdourCanvas::Points* get_canvas_points (std::string who, uint32_t npoints);
Pango::FontDescription sanitized_font (std::string const&);
Pango::FontDescription ardour_font (std::string const&);
Pango::FontDescription get_font_for_style (std::string widgetname);
void decorate (Gtk::Window& w, Gdk::WMDecoration d);