Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > by-pkgid > a250f7625d9ae9dd51b3cade84a95593 > files > 1

fonts-ttf-chinese-1.2.6-2mdk.src.rpm

#!/bin/sh

# gs-cjk uses TTF fonts to print CJK files. 
# We register the fonts to ghostscript 6.51.
#
# 2001-07-27 dxiaoming@mandrakesoft.com
# 2004-10-01 pablo@mandrakesoft.com -- added ZenKai-Medium
# 2005-01-07 pablo@mandrakesoft.com -- removed B5Song-Medium

if [ -x /usr/share/ghostscript/Resource/alias-ac13.sh ]; then
    cd /usr/share/ghostscript/Resource
    ./alias-ac13.sh install B5Kai-Medium=bkai00mp.ttf
	# those are the real names reported by the ttf files
    ./alias-ac13.sh install ZenKai-Medium=B5Kai-Medium
fi