ACIL FM
Dark
Refresh
Current DIR:
/etc/fonts/conf.d
/
etc
fonts
conf.d
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
10-hinting-slight.conf
symlink
620 B
chmod
View
DL
Edit
Rename
Delete
10-scale-bitmap-fonts.conf
symlink
2.02 MB
chmod
View
DL
Edit
Rename
Delete
11-lcdfilter-default.conf
symlink
695 B
chmod
View
DL
Edit
Rename
Delete
20-unhint-small-vera.conf
symlink
1.34 MB
chmod
View
DL
Edit
Rename
Delete
25-no-bitmap-fedora.conf
1.13 MB
chmod
View
DL
Edit
Rename
Delete
25-unhint-nonlatin.conf
symlink
3.25 MB
chmod
View
DL
Edit
Rename
Delete
30-metric-aliases.conf
symlink
12.92 MB
chmod
View
DL
Edit
Rename
Delete
40-nonlatin.conf
symlink
7.59 MB
chmod
View
DL
Edit
Rename
Delete
45-generic.conf
symlink
3.41 MB
chmod
View
DL
Edit
Rename
Delete
45-latin.conf
symlink
6.89 MB
chmod
View
DL
Edit
Rename
Delete
48-spacing.conf
symlink
441 B
chmod
View
DL
Edit
Rename
Delete
49-sansserif.conf
symlink
639 B
chmod
View
DL
Edit
Rename
Delete
50-user.conf
symlink
751 B
chmod
View
DL
Edit
Rename
Delete
51-local.conf
symlink
263 B
chmod
View
DL
Edit
Rename
Delete
60-generic.conf
symlink
1.87 MB
chmod
View
DL
Edit
Rename
Delete
60-latin.conf
symlink
1.99 MB
chmod
View
DL
Edit
Rename
Delete
65-fonts-persian.conf
symlink
9.89 MB
chmod
View
DL
Edit
Rename
Delete
65-nonlatin.conf
symlink
9.07 MB
chmod
View
DL
Edit
Rename
Delete
69-unifont.conf
symlink
687 B
chmod
View
DL
Edit
Rename
Delete
80-delicious.conf
symlink
437 B
chmod
View
DL
Edit
Rename
Delete
90-synthetic.conf
symlink
1.72 MB
chmod
View
DL
Edit
Rename
Delete
README
979 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /etc/fonts/conf.d/20-unhint-small-vera.conf
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd"> <fontconfig> <description>Disable hinting for Bitstream Vera fonts when the size is less than 8ppem</description> <!-- The Bitstream 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. Fix this by disabling hinting manually at smaller sizes (< 8ppem) --> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>Bitstream Vera Sans</string> </test> <test name="pixelsize" compare="less"> <double>7.5</double> </test> <edit name="hinting"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>Bitstream Vera Serif</string> </test> <test name="pixelsize" compare="less"> <double>7.5</double> </test> <edit name="hinting"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>Bitstream Vera Sans Mono</string> </test> <test name="pixelsize" compare="less"> <double>7.5</double> </test> <edit name="hinting"> <bool>false</bool> </edit> </match> </fontconfig>
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply