[Pkg-fonts-devel] Bug#652516: Korean font breakage
Changwoo Ryu
cwryu at debian.org
Wed May 7 19:15:16 UTC 2014
Installing hedgewars broke system default Korean font preference! I
don't know why wqy-series maintainers keep Korean glyphs in their font
series. They just make problems than benefits.
How about using language specific pattern match, instead of <alias>? For
example I have used this in fonts-nanum until Nanum was added to the
fontconfig default config.
...
<match target="pattern">
<test qual="any" name="lang" compare="contains">
<string>ko</string>
</test>
<test qual="any" name="family" compare="eq">
<string>sans-serif</string>
</test>
<edit name="family" mode="prepend_first" binding="same">
<string>NanumGothic</string>
</edit>
</match>
More information about the Pkg-fonts-devel
mailing list