Sha256: 76aec9d8dac48faabe1bbde9e887cfb09fa45f30be5f8826e945a394a0097e48

Contents?: true

Size: 695 Bytes

Versions: 5

Compression:

Stored size: 695 Bytes

Contents

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
<fontconfig>
  <description>Use lcddefault as default for LCD filter</description>
<!--  Use lcddefault as default for LCD filter -->
  <match target="pattern">
    <!--
      This sort of configuration is available on the major desktop environments
      and we don't have to break it with "assign" unconditionally. however, we
      want to set something for others. So we use "append" here to get this working
      in both cases so that most clients would takes a look at the first place only.
    -->
    <edit mode="append" name="lcdfilter">
      <const>lcddefault</const>
    </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/etc/fonts/conf.d/11-lcdfilter-default.conf
LilyPond-Ruby-0.1.5.2 lilypond-2.24.1/etc/fonts/conf.d/11-lcdfilter-default.conf
LilyPond-Ruby-0.1.5 lilypond-2.24.1/etc/fonts/conf.d/11-lcdfilter-default.conf
LilyPond-Ruby-0.1.3 etc/fonts/conf.d/11-lcdfilter-default.conf
LilyPond-Ruby-0.1.2 etc/fonts/conf.d/11-lcdfilter-default.conf