From: tomo Date: Fri, 17 Sep 2010 15:44:52 +0000 (+0000) Subject: Add Arphic's path if it is found. X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fchise-fonts-installer.git;a=commitdiff_plain;h=db588ad877b79cb0994e12d889fb0ffef368b776 Add Arphic's path if it is found. --- diff --git a/chise-setup-xfonts.in b/chise-setup-xfonts.in index b304858..0e0c891 100755 --- a/chise-setup-xfonts.in +++ b/chise-setup-xfonts.in @@ -1,6 +1,12 @@ #!/bin/sh xset +fp @prefix@/share/emacs/fonts:unscaled xset +fp @prefix@/share/fonts/PCF/EGB:unscaled + +if [ -f "@prefix@/share/fonts/TrueType/Arphic" ] +then + xset fp+ @prefix@/share/fonts/TrueType/Arphic +fi + xset fp+ @prefix@/share/fonts/TrueType/Zinbun xset fp+ @prefix@/share/fonts/TrueType/GT xset fp+ @prefix@/share/fonts/PCF/JISX0213:unscaled