13
0

don't attempt to use ArdourMono as the monospace font on OS X

git-svn-id: svn://localhost/ardour2/branches/3.0@14033 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-01-30 12:33:41 +00:00
parent 77c578f21c
commit fde4d4d161
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ style "small_text"
style "small_mono_text" style "small_mono_text"
{ {
font_name = "ArdourMono @FONT_SMALL@" font_name = "@MONOSPACE@ @FONT_SMALL@"
} }
style "small_italic_text" style "small_italic_text"
@ -35,7 +35,7 @@ style "medium_text"
style "medium_monospace_text" style "medium_monospace_text"
{ {
font_name = "ArdourMono @FONT_SIZE_NORMAL@" font_name = "@MONOSPACE@ @FONT_SIZE_NORMAL@"
} }
style "red_medium_text" = "medium_text" style "red_medium_text" = "medium_text"

View File

@ -513,7 +513,7 @@ def build(bld):
'MASSIVE' : '60', 'MASSIVE' : '60',
} }
font_names = { font_names = {
'BOLD_MONOSPACE' : 'monospace' 'MONOSPACE' : 'monospace'
} }
else: # Linux/X11 fonts else: # Linux/X11 fonts
basefont = '' # unspecified - use system defaults basefont = '' # unspecified - use system defaults
@ -529,7 +529,7 @@ def build(bld):
'MASSIVE' : '60', 'MASSIVE' : '60',
} }
font_names = { font_names = {
'BOLD_MONOSPACE' : 'ArdourMono' 'MONOSPACE' : 'ArdourMono'
} }
# Set up font substitution dictionary # Set up font substitution dictionary