Sha256: 99d839cd8aa28854e8f54f26e7200b6e57951f39f56791a0ed473662488bcef6

Contents?: true

Size: 441 Bytes

Versions: 5

Compression:

Stored size: 441 Bytes

Contents

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
<fontconfig>
  <description>Add mono to the family when spacing is 100</description>
<!--
  If the request specifies spacing 100, add monospace to family
 -->
	<match target="pattern">
		<test qual="any" name="spacing" compare="eq">
			<int>100</int>
		</test>
		<edit name="family" mode="prepend">
			<string>monospace</string>
		</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/48-spacing.conf
LilyPond-Ruby-0.1.5.2 lilypond-2.24.1/etc/fonts/conf.d/48-spacing.conf
LilyPond-Ruby-0.1.5 lilypond-2.24.1/etc/fonts/conf.d/48-spacing.conf
LilyPond-Ruby-0.1.3 etc/fonts/conf.d/48-spacing.conf
LilyPond-Ruby-0.1.2 etc/fonts/conf.d/48-spacing.conf