summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-03-09 15:11:04 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-03-09 15:11:04 +0000
commit4e31d99e10a5b824f5d7db3ebe3fa610125f5139 (patch)
tree1ee33330f8678f8310af90dae368f4682b600fcb
parent30938c1dcfeeb1679b6cbd8872b05030de83e223 (diff)
use lucida grande for clocks with all OS X versions
git-svn-id: svn://localhost/ardour2/branches/3.0@14200 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--gtk2_ardour/wscript14
1 files changed, 8 insertions, 6 deletions
diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript
index 1b5a72daa4..42506915db 100644
--- a/gtk2_ardour/wscript
+++ b/gtk2_ardour/wscript
@@ -514,15 +514,17 @@ def build(bld):
}
if bld.env['build_target'] == 'tiger' or bld.env['build_target'] == 'leopard' :
# There is no acceptable monospace font available on older versions of OS X
- # and no API to load TTF files that will work with GTK/fontconfig/pango.
- # Fall back on a font that works, even though it is not monospace
+ # and no API on those versions to load TTF files that will work with
+ # GTK/fontconfig/pango.
+ #
+ # In addition, the ArdourMono font gets clipped for some reason on OS X
+ #
+ # Moreover, Lucida Grande just seems to work even though it is not monospace
+ # so just use it.
+ #
font_names = {
'MONOSPACE' : 'Lucida Grande',
}
- else:
- font_names = {
- 'MONOSPACE' : 'ArdourMono',
- }
else: # Linux/X11 fonts
basefont = '' # unspecified - use system defaults
font_sizes = {