Petr Gajdos
3b9f45d6fa
- turn off autohinter for Verdana again, which implies using BCI with hintstyle=3 [bnc#737215], [bnc#781631] - updated to 2.10.0: * /etc/fonts/conf.avail is deprecated and is packaged only for compatibility reasons; package should install its *.conf files in its data dir and link it into /etc/fonts/conf.d as usual * introduced warning -- <alias> should not contain more <family>s * introduced warning -- <test> should not contain more values * introduced warning -- reading configurations from ~/.fonts.conf is deprecated; move ~/.fonts.conf into $XDG_CONFIG_HOME/fontconfig/fonts.conf (the same for ~/.fonts.conf.d, see http://freedesktop.org/software/fontconfig/fontconfig-user.html) OBS-URL: https://build.opensuse.org/request/show/135611 OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=90
45 lines
1.8 KiB
XML
45 lines
1.8 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
<fontconfig>
|
|
|
|
<!-- ************************************************************ -->
|
|
<!-- Bitmap related stuff -->
|
|
<!-- ************************************************************ -->
|
|
|
|
<!--
|
|
The IPA fonts have bitmaps only in 12, 14, and 16 pixels.
|
|
That is rather useless, it is not nice to see a bitmaps at 12
|
|
pixels, antialiased glyphs at 13 pixels and bitmaps at 14
|
|
pixels again.
|
|
-->
|
|
<match target="font">
|
|
<test name="family"><string>IPAMincho</string></test>
|
|
<edit name="embeddedbitmap"><bool>false</bool></edit>
|
|
</match>
|
|
<match target="font">
|
|
<test name="family"><string>IPAGothic</string></test>
|
|
<edit name="embeddedbitmap"><bool>false</bool></edit>
|
|
</match>
|
|
<match target="font">
|
|
<test name="family"><string>IPAPMincho</string></test>
|
|
<edit name="embeddedbitmap"><bool>false</bool></edit>
|
|
</match>
|
|
<match target="font">
|
|
<test name="family"><string>IPAPGothic</string></test>
|
|
<edit name="embeddedbitmap"><bool>false</bool></edit>
|
|
</match>
|
|
<match target="font">
|
|
<test name="family"><string>IPAUIGothic</string></test>
|
|
<edit name="embeddedbitmap"><bool>false</bool></edit>
|
|
</match>
|
|
<match target="font">
|
|
<test name="family"><string>IPAexMincho</string></test>
|
|
<edit name="embeddedbitmap"><bool>false</bool></edit>
|
|
</match>
|
|
<match target="font">
|
|
<test name="family"><string>IPAexGothic</string></test>
|
|
<edit name="embeddedbitmap"><bool>false</bool></edit>
|
|
</match>
|
|
|
|
</fontconfig>
|