first round of audio-clock font rendering update

git-svn-id: svn://localhost/ardour2/branches/3.0@13425 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Robin Gareus 2012-11-11 02:45:01 +00:00
parent 2bc4b879b6
commit 23f00184c8
6 changed files with 23 additions and 38 deletions

View file

@ -114,7 +114,6 @@ class AudioClock : public CairoWidget, public ARDOUR::SessionHandlePtr
Pango::AttrList normal_attributes;
Pango::AttrList editing_attributes;
Pango::AttrList info_attributes;
Pango::AttrList small_info_attributes;
int first_height;
int first_width;
@ -124,6 +123,7 @@ class AudioClock : public CairoWidget, public ARDOUR::SessionHandlePtr
int upper_height;
double mode_based_info_ratio;
double corner_radius;
uint32_t font_size;
static const double info_font_scale_factor;
static const double separator_height;