diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-04-20 10:48:19 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-04-20 10:48:19 +0000 |
commit | 78d688d9be038abb2afb8df408a93b4d1b326ac3 (patch) | |
tree | f1a0b4292d5a3eeefae68343d5b107bd1d14606e /fonts/Makefile | |
parent | d7641e1606d5be6b6f2cffed940683e52777da9c (diff) | |
download | bootloader-theme-78d688d9be038abb2afb8df408a93b4d1b326ac3.tar bootloader-theme-78d688d9be038abb2afb8df408a93b4d1b326ac3.tar.gz bootloader-theme-78d688d9be038abb2afb8df408a93b4d1b326ac3.tar.bz2 bootloader-theme-78d688d9be038abb2afb8df408a93b4d1b326ac3.tar.xz bootloader-theme-78d688d9be038abb2afb8df408a93b4d1b326ac3.zip |
Update 16x16.fnt
16x16.fnt was built using (partially) a non-free font (see bug #30565)
and was missing characters needed by the Kirghiz language (bug #48474).
This new font should fix these 2 issues. Thanks a lot to Ilyas Bakirov
for chasing down this issue and rebuilding this font file.
Diffstat (limited to 'fonts/Makefile')
-rw-r--r-- | fonts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fonts/Makefile b/fonts/Makefile index b4444b9..1992745 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -28,7 +28,7 @@ fonts: 16x16.fnt -f Loma:size=17:c=0x0e01-0x0e7f:bold=0:dy=-2 \ -f Loma:size=17:c=0x0e81-0x0eff:bold=0:dy=-2 \ -f KhmerOS_sys:size=16:c=0x1780-0x17f9:dy=-2 \ - -f DejaVuSans-Bold:size=14 \ + -f DejaVuSans-Bold:size=14:autohint=0 \ -f wenquanyi_12pt.pcf:size=16:bold=1 \ -f gulim:size=17:bold=1:nobitmap=1:autohint=1 \ 16x16.fnt >16x16.fnt.log |