Fix inappropriately massive flag font.

This commit is contained in:
David Robillard 2014-12-06 16:07:32 -05:00
parent 8339850e14
commit 60f4f5b9d8
3 changed files with 11 additions and 0 deletions

View file

@ -61,6 +61,12 @@ Flag::setup (Distance height, Duple position)
set_position (position);
}
void
Flag::set_font_description (Pango::FontDescription font_description)
{
_text->set_font_description (font_description);
}
void
Flag::set_text (string const & text)
{