Hackfut Security File Manager
Current Path:
/etc/fonts/conf.d
etc
/
fonts
/
conf.d
/
📁
..
📄
20-fix-globaladvance.conf
(912 B)
📄
20-unhint-small-dejavu-lgc-sans-mono.conf
(874 B)
📄
20-unhint-small-dejavu-sans-mono.conf
(866 B)
📄
20-unhint-small-dejavu-sans.conf
(856 B)
📄
20-unhint-small-vera.conf
(1.13 KB)
📄
25-no-bitmap-dist.conf
(1.13 KB)
📄
25-unhint-nonlatin.conf
(2.87 KB)
📄
30-metric-aliases.conf
(3.85 KB)
📄
30-urw-aliases.conf
(1.25 KB)
📄
40-nonlatin.conf
(2.02 KB)
📄
45-latin.conf
(1.79 KB)
📄
49-sansserif.conf
(545 B)
📄
50-user.conf
(245 B)
📄
51-local.conf
(189 B)
📄
57-dejavu-sans-mono.conf
(1.47 KB)
📄
57-dejavu-sans.conf
(1.96 KB)
📄
58-dejavu-lgc-sans-mono.conf
(1.51 KB)
📄
60-latin.conf
(1.66 KB)
📄
65-fonts-persian.conf
(9.65 KB)
📄
65-nonlatin.conf
(7.53 KB)
📄
69-unifont.conf
(672 B)
📄
80-delicious.conf
(388 B)
📄
90-synthetic.conf
(1.65 KB)
📄
README
(959 B)
Editing: 20-unhint-small-dejavu-sans.conf
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE fontconfig SYSTEM "../fonts.dtd"> <fontconfig> <!-- /etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf Disable hinting manually at smaller sizes (< 8ppem) This is a copy of the Bistream Vera fonts fonts rule, as DejaVu is derived from Vera. The Bistream Vera fonts have GASP entries suggesting that hinting be disabled below 8 ppem, but FreeType ignores those, preferring to use the data found in the instructed hints. The initial Vera release didn't include the right instructions in the 'prep' table. --> <match target="font"> <test name="family"> <string>DejaVu Sans</string> </test> <test compare="less" name="pixelsize"> <double>7.5</double> </test> <edit name="hinting"> <bool>false</bool> </edit> </match> </fontconfig>
Upload File
Create Folder