Hackfut Security File Manager
Current Path:
/etc/fonts/conf.avail
etc
/
fonts
/
conf.avail
/
📁
..
📄
10-autohint.conf
(220 B)
📄
10-no-sub-pixel.conf
(226 B)
📄
10-sub-pixel-bgr.conf
(225 B)
📄
10-sub-pixel-rgb.conf
(225 B)
📄
10-sub-pixel-vbgr.conf
(226 B)
📄
10-sub-pixel-vrgb.conf
(226 B)
📄
10-unhinted.conf
(217 B)
📄
20-fix-globaladvance.conf
(912 B)
📄
20-unhint-small-vera.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)
📄
60-latin.conf
(1.66 KB)
📄
65-fonts-persian.conf
(9.65 KB)
📄
65-khmer.conf
(289 B)
📄
65-nonlatin.conf
(7.53 KB)
📄
69-unifont.conf
(672 B)
📄
70-no-bitmaps.conf
(263 B)
📄
70-yes-bitmaps.conf
(263 B)
📄
80-delicious.conf
(388 B)
📄
90-synthetic.conf
(1.65 KB)
Editing: 90-synthetic.conf
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <!-- Artificial oblique for fonts without an italic or oblique version --> <match target="font"> <!-- check to see if the font is roman --> <test name="slant"> <const>roman</const> </test> <!-- check to see if the pattern requested non-roman --> <test target="pattern" name="slant" compare="not_eq"> <const>roman</const> </test> <!-- multiply the matrix to slant the font --> <edit name="matrix" mode="assign"> <times> <name>matrix</name> <matrix><double>1</double><double>0.2</double> <double>0</double><double>1</double> </matrix> </times> </edit> <!-- pretend the font is oblique now --> <edit name="slant" mode="assign"> <const>oblique</const> </edit> <!-- and disable embedded bitmaps for artificial oblique --> <edit name="embeddedbitmap" mode="assign"> <bool>false</bool> </edit> </match> <!-- Synthetic emboldening for fonts that do not have bold face available --> <match target="font"> <!-- check to see if the font is just regular --> <test name="weight" compare="less_eq"> <const>medium</const> </test> <!-- check to see if the pattern requests bold --> <test target="pattern" name="weight" compare="more"> <const>medium</const> </test> <!-- set the embolden flag needed for applications using cairo, e.g. gucharmap, gedit, ... --> <edit name="embolden" mode="assign"> <bool>true</bool> </edit> <!-- set weight to bold needed for applications using Xft directly, e.g. Firefox, ... --> <edit name="weight" mode="assign"> <const>bold</const> </edit> </match> </fontconfig>
Upload File
Create Folder