aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-takao/files
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2010-03-07 16:53:53 +0000
committerHiroki Sato <hrs@FreeBSD.org>2010-03-07 16:53:53 +0000
commit89ac36d73cf14815eee5adae52e12b55082175a5 (patch)
tree29b394a057064d618c81f1c3fd56566eeb844c68 /japanese/font-takao/files
parentefa36ffcedf5cce8dfd7bd616128bc70ffe35240 (diff)
Notes
Diffstat (limited to 'japanese/font-takao/files')
-rw-r--r--japanese/font-takao/files/20-unhint-takao.conf2
-rw-r--r--japanese/font-takao/files/62-fonts-takao.conf2
-rw-r--r--japanese/font-takao/files/pkg-install.in2
3 files changed, 6 insertions, 0 deletions
diff --git a/japanese/font-takao/files/20-unhint-takao.conf b/japanese/font-takao/files/20-unhint-takao.conf
index 13dcc73edcdb..19d5e83c2ded 100644
--- a/japanese/font-takao/files/20-unhint-takao.conf
+++ b/japanese/font-takao/files/20-unhint-takao.conf
@@ -8,6 +8,8 @@
<string>TakaoGothic</string>
<string>TakaoPMincho</string>
<string>TakaoPGothic</string>
+ <string>TakaoExMincho</string>
+ <string>TakaoExGothic</string>
</test>
<edit name="autohint">
<bool>false</bool>
diff --git a/japanese/font-takao/files/62-fonts-takao.conf b/japanese/font-takao/files/62-fonts-takao.conf
index d92a02c78270..6eb879d9d872 100644
--- a/japanese/font-takao/files/62-fonts-takao.conf
+++ b/japanese/font-takao/files/62-fonts-takao.conf
@@ -6,12 +6,14 @@
<family>serif</family>
<prefer>
<family>TakaoPMincho</family>
+ <family>TakaoExMincho</family>
</prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer>
<family>TakaoPGothic</family>
+ <family>TakaoExGothic</family>
</prefer>
</alias>
<alias>
diff --git a/japanese/font-takao/files/pkg-install.in b/japanese/font-takao/files/pkg-install.in
index a9cca0a92123..f2ccc314072a 100644
--- a/japanese/font-takao/files/pkg-install.in
+++ b/japanese/font-takao/files/pkg-install.in
@@ -61,9 +61,11 @@ addentries ()
make_xlfd $ENC TakaoGothic.otf ipa TakaoGothic c
make_xlfd $ENC TakaoPGothic.otf ipa TakaoPGothic p
make_xlfd $ENC TakaoPGothic.otf ipa TakaoGothic p
+ make_xlfd $ENC TakaoExGothic.otf ipa TakaoExGothic p
make_xlfd $ENC TakaoMincho.otf ipa TakaoMincho c
make_xlfd $ENC TakaoPMincho.otf ipa TakaoPMincho p
make_xlfd $ENC TakaoPMincho.otf ipa TakaoMincho p
+ make_xlfd $ENC TakaoExMincho.otf ipa TakaoExMincho p
done
}