]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/lilypond-fonts.conf.in
Issue 4544 / 1: Divide LilyPond local fontconfig conf file loading
[lilypond.git] / mf / lilypond-fonts.conf.in
index 3cd59becadcd7c317125d64c44ec06fd9881a263..e32baf81473a1e0f4880032e7e9a82bdedecf9de 100644 (file)
@@ -2,7 +2,11 @@
 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
 <fontconfig>
 
-  <!-- Define LilyPond default fonts -->
+  <!--
+  Define LilyPond default fonts. Where a character doesn't exist in the
+  first font listed, the next font listed will be used instead for that
+  character. Also see scm/font.scm.
+  -->
 
   <alias binding="strong">
     <family>LilyPond Serif</family>
     </default>
   </alias>
 
+  <!--
+      Reject bitmap fonts
+      from fontconfig 70-no-bitmaps.conf
+      LilyPond can not use bitmap fonts.
+  -->
+
+  <selectfont>
+    <rejectfont>
+      <pattern>
+       <patelt name="scalable"><bool>false</bool></patelt>
+      </pattern>
+    </rejectfont>
+  </selectfont>
+
 </fontconfig>