Submit
Path:
~
/
/
etc
/
fonts
/
conf.d
/
File Content:
10-scale-bitmap-fonts.conf
<?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>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
10-antialias.conf
225 bytes
0644
10-hinting-slight.conf
696 bytes
0644
10-scale-bitmap-fonts.conf
2228 bytes
0644
11-lcdfilter-default.conf
771 bytes
0644
20-unhint-small-dejavu-lgc-sans-mono.conf
874 bytes
0644
20-unhint-small-dejavu-lgc-sans.conf
864 bytes
0644
20-unhint-small-dejavu-lgc-serif.conf
866 bytes
0644
20-unhint-small-dejavu-sans-mono.conf
866 bytes
0644
20-unhint-small-dejavu-sans.conf
856 bytes
0644
20-unhint-small-dejavu-serif.conf
858 bytes
0644
20-unhint-small-vera.conf
1537 bytes
0644
25-wqy-zenhei.conf
2395 bytes
0644
30-metric-aliases.conf
13393 bytes
0644
40-nonlatin.conf
5630 bytes
0644
45-generic.conf
3543 bytes
0644
45-latin.conf
6697 bytes
0644
49-sansserif.conf
799 bytes
0644
50-user.conf
911 bytes
0644
51-local.conf
423 bytes
0644
57-dejavu-sans-mono.conf
1201 bytes
0644
57-dejavu-sans.conf
1711 bytes
0644
57-dejavu-serif.conf
1357 bytes
0644
58-dejavu-lgc-sans-mono.conf
1545 bytes
0644
58-dejavu-lgc-sans.conf
2063 bytes
0644
58-dejavu-lgc-serif.conf
1689 bytes
0644
60-generic.conf
2041 bytes
0644
60-latin.conf
2068 bytes
0644
61-urw-bookman.conf
1021 bytes
0644
61-urw-c059.conf
1003 bytes
0644
61-urw-d050000l.conf
1022 bytes
0644
61-urw-fallback-backwards.conf
3257 bytes
0644
61-urw-fallback-generics.conf
2727 bytes
0644
61-urw-gothic.conf
913 bytes
0644
61-urw-nimbus-mono-ps.conf
899 bytes
0644
61-urw-nimbus-roman.conf
877 bytes
0644
61-urw-nimbus-sans.conf
1572 bytes
0644
61-urw-p052.conf
975 bytes
0644
61-urw-standard-symbols-ps.conf
1061 bytes
0644
61-urw-z003.conf
865 bytes
0644
64-wqy-zenhei.conf
727 bytes
0644
65-fonts-lmodern.conf
2838 bytes
0644
65-fonts-persian.conf
10293 bytes
0644
65-nonlatin.conf
8008 bytes
0644
69-unifont.conf
847 bytes
0644
70-no-bitmaps.conf
487 bytes
0644
80-delicious.conf
597 bytes
0644
90-synthetic.conf
1917 bytes
0644
README
978 bytes
0644
N4ST4R_ID | Naxtarrr