Added default configuration files for fontconfig, gtk+ and pango.
This commit is contained in:
parent
9d26798c71
commit
ecb591e948
45 changed files with 2644 additions and 0 deletions
11
win32/etc/fonts/conf.d/20-lohit-gujarati.conf
Normal file
11
win32/etc/fonts/conf.d/20-lohit-gujarati.conf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<fontconfig>
|
||||
|
||||
<!-- Available Gujarti fonts look much better without hinting -->
|
||||
|
||||
<match target="font">
|
||||
<test name="family"><string>Lohit Gujarati</string></test>
|
||||
<edit name="hinting"><bool>false</bool></edit>
|
||||
</match>
|
||||
</fontconfig>
|
||||
Loading…
Add table
Add a link
Reference in a new issue