fonts-config/13-selective-rendering-ipa.conf
Petr Gajdos 9ede7a3f35 Accepting request 224056 from home:pgajdos
- updated to 20140226:
  * FORCE_{SANS,SERIF,MONO}_PREFERENCE replaced by 
    SEARCH_METRIC_COMPATIBLE

- updated to 20140225:
  * introduced FORCE_{SANS,SERIF,MONO}_PREFERENCE

- updated to 20140224:
  * add example of family preference: CFF fonts

- updated to 20140222:
  * don't use autohinter for CFF files
  * hinstlight for CFF files

- updated to 20140221
  * added 31-metric-aliases-bw.conf

- updated to 20140219
- revorked package, fontconfig configuration based on infinality
  one
- added patches:
  * fontconfig-infinality-main.patch (remove parts of original 
    52-infinality.conf)

OBS-URL: https://build.opensuse.org/request/show/224056
OBS-URL: https://build.opensuse.org/package/show/M17N/fonts-config?expand=0&rev=38
2014-02-27 09:01:22 +00:00

82 lines
3.2 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- IPA* fonts: setting hintstyle=hintnone for now, IPA font
setting should be improved in the future [bnc#766319]
We are using fullname element instead of family, because
some programs may use Japanese name instead, which would
double this list, when using family element. See comment
47 and 48 of referred bug. -->
<!--
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="fullname"><string>IPAexGothic</string></test>
<edit name="hintstyle"><const>hintnone</const></edit>
<edit name="embeddedbitmap"><bool>false</bool></edit>
</match>
<match target="font">
<test name="fullname"><string>IPAexMincho</string></test>
<edit name="hintstyle"><const>hintnone</const></edit>
<edit name="embeddedbitmap"><bool>false</bool></edit>
</match>
<match target="font">
<test name="fullname"><string>IPAGothic BoldItalic</string></test>
<edit name="hintstyle"><const>hintnone</const></edit>
<edit name="embeddedbitmap"><bool>false</bool></edit>
</match>
<match target="font">
<test name="fullname"><string>IPAGothic Bold</string></test>
<edit name="hintstyle"><const>hintnone</const></edit>
<edit name="embeddedbitmap"><bool>false</bool></edit>
</match>
<match target="font">
<test name="fullname"><string>IPAGothic Italic</string></test>
<edit name="hintstyle"><const>hintnone</const></edit>
<edit name="embeddedbitmap"><bool>false</bool></edit>
</match>
<match target="font">
<test name="fullname"><string>IPAGothic</string></test>
<edit name="hintstyle"><const>hintnone</const></edit>
<edit name="embeddedbitmap"><bool>false</bool></edit>
</match>
<match target="font">
<test name="fullname"><string>IPAMincho</string></test>
<edit name="hintstyle"><const>hintnone</const></edit>
<edit name="embeddedbitmap"><bool>false</bool></edit>
</match>
<match target="font">
<test name="fullname"><string>IPAPGothic BoldItalic</string></test>
<edit name="hintstyle"><const>hintnone</const></edit>
<edit name="embeddedbitmap"><bool>false</bool></edit>
</match>
<match target="font">
<test name="fullname"><string>IPAPGothic Bold</string></test>
<edit name="hintstyle"><const>hintnone</const></edit>
<edit name="embeddedbitmap"><bool>false</bool></edit>
</match>
<match target="font">
<test name="fullname"><string>IPAPGothic Italic</string></test>
<edit name="hintstyle"><const>hintnone</const></edit>
<edit name="embeddedbitmap"><bool>false</bool></edit>
</match>
<match target="font">
<test name="fullname"><string>IPAPGothic</string></test>
<edit name="hintstyle"><const>hintnone</const></edit>
</match>
<match target="font">
<test name="fullname"><string>IPAPMincho</string></test>
<edit name="hintstyle"><const>hintnone</const></edit>
<edit name="embeddedbitmap"><bool>false</bool></edit>
</match>
<match target="font">
<test name="fullname"><string>IPAUIGothic</string></test>
<edit name="hintstyle"><const>hintnone</const></edit>
<edit name="embeddedbitmap"><bool>false</bool></edit>
</match>
</fontconfig>