From 198ed9c04f7fba6ba2b3720440030cbfb20873b6 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sun, 27 Nov 2005 06:44:06 +0000 Subject: Updated default chinese font. --- scripts/splash.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/splash.sh b/scripts/splash.sh index c15e3ca..3a6bb54 100644 --- a/scripts/splash.sh +++ b/scripts/splash.sh @@ -150,7 +150,7 @@ if [ "$progress" == 1 -o "$1" == "start" ]; then # using tscii font as currently there isn't shaping ta*) font=/usr/share/fonts/ttf/tscii/tscava.ttf ;; th*) font=/usr/share/fonts/ttf/thai/norasi_b.ttf ;; - zh*) font=/usr/share/fonts/ttf/chinese/fireflysung.ttf ;; + zh*) font=/usr/share/fonts/ttf/chinese/uming.ttf ;; # languages supported by the default font; latin1 af*|br*|ca*|da*|de*|es*|et*|eu*|fi*|fr*|fur*|ga*|gl*|id*|is*|it*|li*) font=default ;; @@ -188,7 +188,7 @@ if [ "$progress" == 1 -o "$1" == "start" ]; then # some fonts need a bigger size to have a nice display case "$custom_font" in *norasi_b.ttf) text_size=$(( $text_size + 6 )) ;; - *fireflysung.ttf) text_size=$(( $text_size + 6 )) ;; + *uming.ttf) text_size=$(( $text_size + 6 )) ;; *Kacst-Qr.ttf|*nazli.ttf|*nastaliq_unicode.ttf) text_size=$(( $text_size + 6 )) ;; # sizes lower than 22 display as noise in FB *sazanami-gothic.ttf) if [ "$text_size" -lt "22" ]; then text_size=22 ; fi ;; -- cgit v1.2.1