Cross Reference: 48-spacing.conf
xref: /xsrc/external/mit/fontconfig/dist/conf.d/48-spacing.conf
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /xsrc/external/mit/fontconfig/dist/conf.d/
1a4e54154Smrg<?xml version="1.0"?>
2a4e54154Smrg<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
3a4e54154Smrg<fontconfig>
4a4e54154Smrg  <description>Add mono to the family when spacing is 100</description>
5a4e54154Smrg<!--
6a4e54154Smrg  If the request specifies spacing 100, add monospace to family
7a4e54154Smrg -->
8a4e54154Smrg	<match target="pattern">
9a4e54154Smrg		<test qual="any" name="spacing" compare="eq">
10a4e54154Smrg			<int>100</int>
11a4e54154Smrg		</test>
12a4e54154Smrg		<edit name="family" mode="prepend">
13a4e54154Smrg			<string>monospace</string>
14a4e54154Smrg		</edit>
15a4e54154Smrg	</match>
16a4e54154Smrg</fontconfig>
17

Indexes created Tue Dec 09 21:09:35 GMT 2025