Skip to content

Commit

Permalink
Merge pull request #922 from lasconic/freefontupdate
Browse files Browse the repository at this point in the history
update free fonts to vanilla 20120503
  • Loading branch information
lasconic committed May 21, 2014
2 parents 58bf49d + 099f102 commit b3a2b92
Show file tree
Hide file tree
Showing 6 changed files with 194,636 additions and 5 deletions.
194,635 changes: 194,635 additions & 0 deletions fonts/FreeSans.sfd

Large diffs are not rendered by default.

Binary file modified fonts/FreeSans.ttf
Binary file not shown.
Binary file modified fonts/FreeSerif.ttf
Binary file not shown.
Binary file modified fonts/FreeSerifBold.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion libmscore/mscore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ void MScore::init()
QString s(fonts[i]);
if (-1 == QFontDatabase::addApplicationFont(s)) {
qDebug("Mscore: fatal error: cannot load internal font <%s>", qPrintable(s));
if (!MScore::debugMode)
if (!MScore::debugMode && !MScore::testMode)
exit(-1);
}
}
Expand Down
4 changes: 0 additions & 4 deletions mtest/mtest.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
<file alias="fonts/mscore-BC.ttf">../fonts/mscore-BC.ttf</file>
<file alias="fonts/Gonville.otf">../fonts/gonville/Gonville.otf</file>
<file alias="fonts/Bravura.otf">../fonts/bravura/Bravura.otf</file>

<file alias="fonts/FreeSerif.ttf">../fonts/FreeSerif.ttf</file>
<file alias="fonts/FreeSerifBold.ttf">../fonts/FreeSerifBold.ttf</file>
<file alias="fonts/FreeSans.ttf">../fonts/FreeSans.ttf</file>

<file alias="instruments.xml">../share/templates/instruments.xml</file>

Expand Down

0 comments on commit b3a2b92

Please sign in to comment.