/usr/share/fontconfig/conf.avail
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd"> <fontconfig> <description>Bitmap scaling</description> <!-- If font is bitmap, calculate scale factor. Note that color bitmap fonts have scalable=true, while non-color ones have scalable=false. Both groups have outline=false. --> <match target="font"> <test name="outline" compare="eq"> <bool>false</bool> </test> <edit name="pixelsizefixupfactor" mode="assign"> <divide> <name target="pattern">pixelsize</name> <name target="font" >pixelsize</name> </divide> </edit> </match> <!-- For non-scalable bitmap fonts (ie. non-color), skip minor scaling if hinting is enabled. --> <match target="font"> <test name="outline" compare="eq"> <bool>false</bool> </test> <test name="scalable" compare="eq"> <bool>false</bool> </test> <test name="hinting" compare="eq"> <bool>true</bool> </test> <edit name="scalingnotneeded" mode="assign"> <and> <less> <name>pixelsizefixupfactor</name> <double>1.2</double> </less> <more> <name>pixelsizefixupfactor</name> <double>0.8</double> </more> </and> </edit> </match> <match target="font"> <test name="scalingnotneeded" compare="eq"> <bool>true</bool> </test> <edit name="pixelsizefixupfactor" mode="assign"> <double>1.0</double> </edit> </match> <!-- If we *are* going to scale, go ahead and do it. --> <match target="font"> <test name="outline" compare="eq"> <bool>false</bool> </test> <test name="pixelsizefixupfactor" compare="not_eq"> <double>1.0</double> </test> <edit name="matrix" mode="assign"> <times> <name>matrix</name> <matrix> <name>pixelsizefixupfactor</name> <double>0</double> <double>0</double> <name>pixelsizefixupfactor</name> </matrix> </times> </edit> <edit name="size" mode="assign"> <divide> <name>size</name> <name>pixelsizefixupfactor</name> </divide> </edit> </match> </fontconfig>
.
Edit
..
Edit
05-reset-dirs-sample.conf
Edit
09-autohint-if-no-hinting.conf
Edit
10-autohint.conf
Edit
10-hinting-full.conf
Edit
10-hinting-medium.conf
Edit
10-hinting-none.conf
Edit
10-hinting-slight.conf
Edit
10-no-sub-pixel.conf
Edit
10-scale-bitmap-fonts.conf
Edit
10-sub-pixel-bgr.conf
Edit
10-sub-pixel-rgb.conf
Edit
10-sub-pixel-vbgr.conf
Edit
10-sub-pixel-vrgb.conf
Edit
10-unhinted.conf
Edit
11-lcdfilter-default.conf
Edit
11-lcdfilter-legacy.conf
Edit
11-lcdfilter-light.conf
Edit
20-unhint-small-dejavu-sans-mono.conf
Edit
20-unhint-small-dejavu-sans.conf
Edit
20-unhint-small-vera.conf
Edit
25-unhint-nonlatin.conf
Edit
30-metric-aliases.conf
Edit
31-cantarell.conf
Edit
35-lang-normalize.conf
Edit
40-nonlatin.conf
Edit
45-generic.conf
Edit
45-latin.conf
Edit
48-spacing.conf
Edit
49-sansserif.conf
Edit
50-user.conf
Edit
51-local.conf
Edit
57-dejavu-sans-fonts.conf
Edit
57-dejavu-sans-mono-fonts.conf
Edit
59-liberation-mono.conf
Edit
60-fontawesome.conf
Edit
60-generic.conf
Edit
60-latin.conf
Edit
61-adobe-source-code-pro.conf
Edit
61-urw-bookman.conf
Edit
61-urw-c059.conf
Edit
61-urw-d050000l.conf
Edit
61-urw-fallback-backwards.conf
Edit
61-urw-gothic.conf
Edit
61-urw-nimbus-mono-ps.conf
Edit
61-urw-nimbus-roman.conf
Edit
61-urw-nimbus-sans.conf
Edit
61-urw-p052.conf
Edit
61-urw-standard-symbols-ps.conf
Edit
61-urw-z003.conf
Edit
65-fonts-persian.conf
Edit
65-google-droid-sans-fonts.conf
Edit
65-khmer.conf
Edit
65-nonlatin.conf
Edit
69-unifont.conf
Edit
70-no-bitmaps.conf
Edit
70-yes-bitmaps.conf
Edit
80-delicious.conf
Edit
90-synthetic.conf
Edit