Sha256: 0acd6b4e3c52ae0b095211652178aa9da0c8b76cf489bde094562c7a261866a0

Contents?: true

Size: 665 Bytes

Versions: 5

Compression:

Stored size: 665 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>

  <!--
      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>

  <!--
       Force DPI setting to the default value of 1200; some systems / users
       configure different values globally which breaks font rendering.
  -->
  <match target="pattern">
    <edit name="dpi" mode="assign">
      <double>1200</double>
    </edit>
  </match>

</fontconfig>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
LilyPond-Ruby-0.1.5.3 lilypond-2.24.1/share/lilypond/2.24.1/fonts/99-lilypond-fonts.conf
LilyPond-Ruby-0.1.5.2 lilypond-2.24.1/share/lilypond/2.24.1/fonts/99-lilypond-fonts.conf
LilyPond-Ruby-0.1.5 lilypond-2.24.1/share/lilypond/2.24.1/fonts/99-lilypond-fonts.conf
LilyPond-Ruby-0.1.3 share/lilypond/2.24.1/fonts/99-lilypond-fonts.conf
LilyPond-Ruby-0.1.2 share/lilypond/2.24.1/fonts/99-lilypond-fonts.conf