Skip to content

Commit 0df7da8

Browse files
committed
on Mac don't 'install' Leland and don't 'build in' (musical) text fonts
For Leland rather the build in version should get used and for Leland Text and the Edwin fonts the installed version should get used Duplicate of musescore#7902. See also musescore#7900
1 parent d9de7f4 commit 0df7da8

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

main/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,6 @@ if (APPLE)
514514
../fonts/mscoreTab.ttf
515515
../fonts/mscore-BC.ttf
516516
../fonts/bravura/BravuraText.otf
517-
../fonts/leland/Leland.otf
518517
../fonts/leland/LelandText.otf
519518
../fonts/petaluma/PetalumaText.otf
520519
../fonts/petaluma/PetalumaScript.otf

mscore/musescorefonts-Mac.qrc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
<RCC>
22
<qresource prefix="/">
33
<file alias="fonts/leland/Leland.otf">../fonts/leland/Leland.otf</file>
4-
<file alias="fonts/leland/LelandText.otf">../fonts/leland/LelandText.otf</file>
5-
<file alias="fonts/edwin/Edwin-Roman.otf">../fonts/edwin/Edwin-Roman.otf</file>
6-
<file alias="fonts/edwin/Edwin-Italic.otf">../fonts/edwin/Edwin-Italic.otf</file>
7-
<file alias="fonts/edwin/Edwin-Bold.otf">../fonts/edwin/Edwin-Bold.otf</file>
8-
<file alias="fonts/edwin/Edwin-BdIta.otf">../fonts/edwin/Edwin-BdIta.otf</file>
94
<file alias="fonts/mscore/mscore.ttf">../fonts/mscore/mscore.ttf</file>
105
<file alias="fonts/gootville/Gootville.otf">../fonts/gootville/Gootville.otf</file>
116
<file alias="fonts/bravura/Bravura.otf">../fonts/bravura/Bravura.otf</file>

0 commit comments

Comments
 (0)