Current Path: > > usr > share > fontconfig > conf.avail
Operation : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 Software : Apache Server IP : 185.61.154.216 | Your IP: 216.73.216.44 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
10-autohint.conf | File | 706 bytes | June 05 2018 10:36:38. | |
10-hinting-full.conf | File | 692 bytes | June 05 2018 10:36:38. | |
10-hinting-medium.conf | File | 696 bytes | June 05 2018 10:36:38. | |
10-hinting-none.conf | File | 692 bytes | June 05 2018 10:36:38. | |
10-hinting-slight.conf | File | 696 bytes | June 05 2018 10:36:38. | |
10-no-sub-pixel.conf | File | 723 bytes | June 05 2018 10:36:38. | |
10-scale-bitmap-fonts.conf | File | 2228 bytes | June 05 2018 10:36:38. | |
10-sub-pixel-bgr.conf | File | 748 bytes | June 05 2018 10:36:38. | |
10-sub-pixel-rgb.conf | File | 748 bytes | June 05 2018 10:36:38. | |
10-sub-pixel-vbgr.conf | File | 758 bytes | June 05 2018 10:36:38. | |
10-sub-pixel-vrgb.conf | File | 758 bytes | June 05 2018 10:36:38. | |
10-unhinted.conf | File | 701 bytes | June 05 2018 10:36:38. | |
11-lcdfilter-default.conf | File | 771 bytes | June 05 2018 10:36:38. | |
11-lcdfilter-legacy.conf | File | 768 bytes | June 05 2018 10:36:38. | |
11-lcdfilter-light.conf | File | 765 bytes | June 05 2018 10:36:38. | |
20-unhint-small-dejavu-sans-mono.conf | File | 866 bytes | May 17 2015 07:26:51. | |
20-unhint-small-vera.conf | File | 1537 bytes | June 05 2018 10:36:38. | |
25-unhint-nonlatin.conf | File | 3489 bytes | June 05 2018 10:36:38. | |
30-metric-aliases.conf | File | 13274 bytes | June 05 2018 10:36:38. | |
40-nonlatin.conf | File | 5424 bytes | June 05 2018 10:36:38. | |
45-generic.conf | File | 3543 bytes | June 05 2018 10:36:38. | |
45-latin.conf | File | 6600 bytes | June 05 2018 10:36:38. | |
49-sansserif.conf | File | 799 bytes | June 05 2018 10:36:38. | |
50-user.conf | File | 911 bytes | June 05 2018 10:36:38. | |
51-local.conf | File | 423 bytes | June 05 2018 10:36:38. | |
57-dejavu-sans-mono.conf | File | 1509 bytes | May 17 2015 07:26:51. | |
59-liberation-mono.conf | File | 482 bytes | January 08 2020 11:23:28. | |
60-generic.conf | File | 2041 bytes | June 05 2018 10:36:38. | |
60-latin.conf | File | 2068 bytes | June 05 2018 10:36:38. | |
61-urw-bookman.conf | File | 1021 bytes | September 22 2017 11:19:57. | |
61-urw-c059.conf | File | 1003 bytes | September 22 2017 11:19:57. | |
61-urw-d050000l.conf | File | 1022 bytes | September 22 2017 11:19:57. | |
61-urw-fallback-backwards.conf | File | 3257 bytes | October 14 2019 22:45:15. | |
61-urw-gothic.conf | File | 913 bytes | September 22 2017 11:19:57. | |
61-urw-nimbus-mono-ps.conf | File | 899 bytes | September 22 2017 11:19:57. | |
61-urw-nimbus-roman.conf | File | 877 bytes | September 22 2017 11:19:57. | |
61-urw-nimbus-sans.conf | File | 1574 bytes | October 14 2019 22:45:15. | |
61-urw-p052.conf | File | 975 bytes | September 22 2017 11:19:57. | |
61-urw-standard-symbols-ps.conf | File | 1061 bytes | September 22 2017 11:19:57. | |
61-urw-z003.conf | File | 865 bytes | September 22 2017 11:19:57. | |
65-fonts-persian.conf | File | 10293 bytes | June 05 2018 10:36:38. | |
65-google-droid-sans.conf | File | 7170 bytes | August 12 2018 11:21:02. | |
65-khmer.conf | File | 464 bytes | June 05 2018 10:36:38. | |
65-nonlatin.conf | File | 8172 bytes | October 09 2021 09:01:34. | |
69-unifont.conf | File | 847 bytes | June 05 2018 10:36:38. | |
70-no-bitmaps.conf | File | 487 bytes | June 05 2018 10:36:38. | |
70-yes-bitmaps.conf | File | 487 bytes | June 05 2018 10:36:38. | |
80-delicious.conf | File | 597 bytes | June 05 2018 10:36:38. | |
90-synthetic.conf | File | 1917 bytes | July 19 2018 03:14:39. |
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"> <its:translateRule translate="no" selector="/fontconfig/*[not(self::description)]"/> </its:rules> <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>
SILENT KILLER Tool