17 Aug 2012 09:53
[ipa-ex-mincho-fonts] Enable autohinting explicitly because it looks somewhat better.
commit 8c54a359a488b0138e44c35d077be799f7c3e30b
Author: Akira TAGOH <tagoh <at> redhat.com>
Date: Fri Aug 17 16:52:49 2012 +0900
Enable autohinting explicitly because it looks somewhat better.
ipa-ex-mincho-fonts-fontconfig.conf | 7 ++++---
ipa-ex-mincho-fonts.spec | 5 ++++-
2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/ipa-ex-mincho-fonts-fontconfig.conf b/ipa-ex-mincho-fonts-fontconfig.conf
index f52e56a..993721f 100644
--- a/ipa-ex-mincho-fonts-fontconfig.conf
+++ b/ipa-ex-mincho-fonts-fontconfig.conf
<at> <at> -22,8 +22,7 <at> <at>
</edit>
</match>
- <!-- disable hinting -->
-<!--
+ <!-- enable autohinting -->
<match target="font">
<test name="family">
<string>IPAMincho</string>
<at> <at> -31,7 +30,9 <at> <at>
<edit name="hinting" mode="assign">
<bool>false</bool>
</edit>
+ <edit name="autohint" mode="assign">
+ <bool>true</bool>
(Continue reading)
RSS Feed