diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-03-01 09:00:01 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-03-01 09:00:01 +0000 |
commit | 31ac5acc11430b487fc484c3dfe79018905c0b00 (patch) | |
tree | adb6e0697b1e2649c25e359b3d1658ba1d11cbdb /scripts | |
parent | 7489e10f765d4bb5040cd67e1fdb37875b63682a (diff) | |
download | bootsplash-31ac5acc11430b487fc484c3dfe79018905c0b00.tar bootsplash-31ac5acc11430b487fc484c3dfe79018905c0b00.tar.gz bootsplash-31ac5acc11430b487fc484c3dfe79018905c0b00.tar.bz2 bootsplash-31ac5acc11430b487fc484c3dfe79018905c0b00.tar.xz bootsplash-31ac5acc11430b487fc484c3dfe79018905c0b00.zip |
japanese font is umeplus-gothic, not sazanami-gothic (#28866)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/splash.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/splash.sh b/scripts/splash.sh index 2fb2400..7484737 100644 --- a/scripts/splash.sh +++ b/scripts/splash.sh @@ -141,7 +141,7 @@ if [ "$progress" == 1 -o "$1" == "start" -o "$1" == "suspend" ]; then # this font doesn't has ascii chars hi*|_mr*) font=/usr/share/fonts/otf/mdk/raghu.ttf ;; hy*) font=/usr/share/fonts/TTF/armenian/artsnk_b.ttf ;; - ja*) font=/usr/share/fonts/TTF/japanese/sazanami-gothic.ttf ;; + ja*) font=/usr/share/fonts/TTF/japanese/umeplus-gothic.ttf ;; # this font doesn't has ascii chars _kn*) font=/usr/share/fonts/TTF/kannada/Sampige.ttf ;; ko*) font=/usr/share/fonts/TTF/korean/gulim.ttf ;; @@ -195,7 +195,7 @@ if [ "$progress" == 1 -o "$1" == "start" -o "$1" == "suspend" ]; then *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 ;; + *umeplus-gothic.ttf) if [ "$text_size" -lt "22" ]; then text_size=22 ; fi ;; esac fi |