mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
Fix inappropriately massive flag font.
This commit is contained in:
parent
8339850e14
commit
60f4f5b9d8
3 changed files with 11 additions and 0 deletions
|
|
@ -17,6 +17,8 @@
|
|||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include <pangomm/fontdescription.h>
|
||||
|
||||
#include "canvas/visibility.h"
|
||||
#include "canvas/types.h"
|
||||
#include "canvas/container.h"
|
||||
|
|
@ -36,6 +38,8 @@ public:
|
|||
void set_text (std::string const &);
|
||||
void set_height (Distance);
|
||||
|
||||
void set_font_description (Pango::FontDescription);
|
||||
|
||||
bool covers (Duple const &) const;
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue