aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorFunda Wang <fwang@mandriva.org>2005-11-27 06:44:06 +0000
committerFunda Wang <fwang@mandriva.org>2005-11-27 06:44:06 +0000
commit198ed9c04f7fba6ba2b3720440030cbfb20873b6 (patch)
treec1f26d675417fcbb8107215c9c9b4e480eb88b19 /scripts
parent4cdc3bef2077f84dbf7ae692abccc7e32ddec4ee (diff)
downloadbootsplash-198ed9c04f7fba6ba2b3720440030cbfb20873b6.tar
bootsplash-198ed9c04f7fba6ba2b3720440030cbfb20873b6.tar.gz
bootsplash-198ed9c04f7fba6ba2b3720440030cbfb20873b6.tar.bz2
bootsplash-198ed9c04f7fba6ba2b3720440030cbfb20873b6.tar.xz
bootsplash-198ed9c04f7fba6ba2b3720440030cbfb20873b6.zip
Updated default chinese font.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/splash.sh4
1 files changed, 2 insertions, 2 deletions
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 ;;