diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-04-17 08:28:11 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-04-17 08:28:11 +0000 |
commit | 2735c2a1a0080ec1188476d27f08015db0cb1e5a (patch) | |
tree | dd852d8c1d65b4efd0cb61bf5ceb04def99bc94c | |
parent | 13cb7a44c9a15e06259522eca89f512a7bd06f08 (diff) | |
download | bootsplash-2735c2a1a0080ec1188476d27f08015db0cb1e5a.tar bootsplash-2735c2a1a0080ec1188476d27f08015db0cb1e5a.tar.gz bootsplash-2735c2a1a0080ec1188476d27f08015db0cb1e5a.tar.bz2 bootsplash-2735c2a1a0080ec1188476d27f08015db0cb1e5a.tar.xz bootsplash-2735c2a1a0080ec1188476d27f08015db0cb1e5a.zip |
fix display garbaged chinese font on startup (#35465)
-rw-r--r-- | scripts/splash.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/splash.sh b/scripts/splash.sh index b4dbe4f..ef8e5a1 100644 --- a/scripts/splash.sh +++ b/scripts/splash.sh @@ -242,6 +242,7 @@ if [ "$progress" == 1 -o "$1" == "start" -o "$1" == "suspend" -o -f /dev/.splash *Kacst-Qr.ttf|*nazli.ttf|*nastaliq_unicode.ttf) text_size=$(( $text_size + 6 )) ;; # sizes lower than 22 display as noise in FB *umeplus-gothic.ttf) if [ "$text_size" -lt "22" ]; then text_size=22 ; fi ;; + *uming.ttc) if [ "$text_size" -lt "22" ]; then text_size=22 ; fi ;; esac fi |