Warning, /plasma/plasma-workspace/kcms/fonts/autotests/fonts.conf is written in an unsupported language. File is not indexed.

0001 <?xml version='1.0'?>
0002 <!--
0003   SPDX-License-Identifier: CC0-1.0
0004   SPDX-FileCopyrightText: none
0005 -->
0006 <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
0007 <fontconfig>
0008  <match target="font">
0009   <edit mode="assign" name="hinting">
0010    <bool>true</bool>
0011   </edit>
0012  </match>
0013  <match target="font">
0014   <edit mode="assign" name="hintstyle">
0015    <const>hintfull</const>
0016   </edit>
0017  </match>
0018  <match target="font">
0019   <edit mode="assign" name="antialias">
0020    <bool>true</bool>
0021   </edit>
0022  </match>
0023  <match target="font">
0024   <edit name="rgba" mode="assign">
0025    <const>vbgr</const>
0026   </edit>
0027  </match>
0028  <match target="font">
0029   <test name="size" qual="any" compare="more_eq">
0030    <double>8</double>
0031   </test>
0032   <test name="size" qual="any" compare="less_eq">
0033    <double>15</double>
0034   </test>
0035   <edit name="antialias" mode="assign">
0036    <bool>false</bool>
0037   </edit>
0038  </match>
0039  <match target="font">
0040   <test name="pixelsize" qual="any" compare="more_eq">
0041    <double>11</double>
0042   </test>
0043   <test name="pixelsize" qual="any" compare="less_eq">
0044    <double>20</double>
0045   </test>
0046   <edit name="antialias" mode="assign">
0047    <bool>false</bool>
0048   </edit>
0049  </match>
0050 </fontconfig>