From db588ad877b79cb0994e12d889fb0ffef368b776 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 17 Sep 2010 15:44:52 +0000 Subject: [PATCH] Add Arphic's path if it is found. --- chise-setup-xfonts.in | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 1.7.10.4