more font fiddling

git-svn-id: svn://localhost/ardour2/branches/3.0@14037 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-01-30 13:13:57 +00:00
parent 12139af83e
commit 56fd9e9b85
2 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@ style "large_bold_text"
style "large_bold_mono_text"
{
font_name = "@MONOSPACE@ bold @FONT_BIGGER@"
font_name = "@BOLD_MONOSPACE@ @FONT_BIGGER@"
}
style "larger_text"
@ -67,7 +67,7 @@ style "massive_text"
style "monospace massive_text"
{
font_name = "@MONOSPACE@ bold @FONT_MASSIVE@"
font_name = "@BOLD_MONOSPACE@ bold @FONT_MASSIVE@"
}
style "larger_bold_text"

View File

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