mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
2bc4b879b6
commit
23f00184c8
6 changed files with 23 additions and 38 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue