Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
fontconfig /
conf.avail /
Delete
Unzip
Name
Size
Permission
Date
Action
10-autohint.conf
484
B
-rw-r--r--
2016-08-24 14:21
10-no-sub-pixel.conf
490
B
-rw-r--r--
2016-08-24 14:21
10-scale-bitmap-fonts.conf
1.91
KB
-rw-r--r--
2016-08-24 14:21
10-sub-pixel-bgr.conf
489
B
-rw-r--r--
2016-08-24 14:21
10-sub-pixel-rgb.conf
489
B
-rw-r--r--
2016-08-24 14:21
10-sub-pixel-vbgr.conf
490
B
-rw-r--r--
2016-08-24 14:21
10-sub-pixel-vrgb.conf
490
B
-rw-r--r--
2016-08-24 14:21
10-unhinted.conf
481
B
-rw-r--r--
2016-08-24 14:21
11-lcdfilter-default.conf
526
B
-rw-r--r--
2016-08-24 14:21
11-lcdfilter-legacy.conf
524
B
-rw-r--r--
2016-08-24 14:21
11-lcdfilter-light.conf
522
B
-rw-r--r--
2016-08-24 14:21
20-unhint-small-vera.conf
1.23
KB
-rw-r--r--
2016-08-24 14:21
25-unhint-nonlatin.conf
3.18
KB
-rw-r--r--
2016-08-24 14:21
30-metric-aliases.conf
10.19
KB
-rw-r--r--
2016-08-24 14:21
30-urw-aliases.conf
701
B
-rw-r--r--
2016-08-24 14:21
40-nonlatin.conf
5.26
KB
-rw-r--r--
2016-08-24 14:21
45-latin.conf
4.22
KB
-rw-r--r--
2016-08-24 14:21
49-sansserif.conf
545
B
-rw-r--r--
2016-08-24 14:21
50-user.conf
673
B
-rw-r--r--
2016-08-24 14:21
51-local.conf
189
B
-rw-r--r--
2016-08-24 14:21
60-latin.conf
1.66
KB
-rw-r--r--
2016-08-24 14:21
65-fonts-persian.conf
9.88
KB
-rw-r--r--
2016-08-24 14:21
65-khmer.conf
289
B
-rw-r--r--
2016-08-24 14:21
65-nonlatin.conf
7.61
KB
-rw-r--r--
2016-08-24 14:21
69-unifont.conf
672
B
-rw-r--r--
2016-08-24 14:21
70-force-bitmaps.conf
263
B
-rw-r--r--
2016-08-24 14:21
70-no-bitmaps.conf
263
B
-rw-r--r--
2016-08-24 14:21
70-yes-bitmaps.conf
77
B
-rw-r--r--
2016-08-24 14:21
80-delicious.conf
422
B
-rw-r--r--
2016-08-24 14:21
90-synthetic.conf
1.65
KB
-rw-r--r--
2016-08-24 14:21
Save
Rename
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="font"> <test name="scalable" 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> <match target="font"> <test name="scalable" compare="eq"> <bool>false</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> <!-- So far we determined the scale factor. Now, check and if scaling is NOT desirable, just reset the scale factor to 1.0. --> <match target="font"> <test name="scalable" compare="eq"> <bool>false</bool> </test> <test name="pixelsize" target="pattern" compare="less"> <double>64</double> </test> <test name="hinting" compare="eq"> <bool>true</bool> </test> <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="scalable" 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>