summaryrefslogtreecommitdiffstats
path: root/fonts
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2015-02-23 21:39:01 +0100
committerRémi Verschelde <remi@verschelde.fr>2015-02-23 21:39:01 +0100
commit09e0f164b72ef7bb682757b50fbb9500022643dc (patch)
treef1a90468f85b543320b8ac4123e069a0faed3250 /fonts
parenta8c2ff5a009fdcdfe0b3ab03a6ef4eb3f37c171f (diff)
downloadbootloader-theme-09e0f164b72ef7bb682757b50fbb9500022643dc.tar
bootloader-theme-09e0f164b72ef7bb682757b50fbb9500022643dc.tar.gz
bootloader-theme-09e0f164b72ef7bb682757b50fbb9500022643dc.tar.bz2
bootloader-theme-09e0f164b72ef7bb682757b50fbb9500022643dc.tar.xz
bootloader-theme-09e0f164b72ef7bb682757b50fbb9500022643dc.zip
fonts: Update Makefile to rebuild the font against Mageia's current fonts
- List font folders explicitely so that gfxboot-font finds the fonts - Drop unused KhmerOS_sys font - Drop unecessary NachlieliCLM-Bold (hebrew) and KacstOne (arabic) fonts, the glyphs that they provided are also provided by DejaVuSans-Bold which provides more consistency with the other glyphs. - Change Korean font to UnDotum (gulim is not packaged in Mageia) - Reduce size of lohit_pa font to fit the other glyphs.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/fonts/Makefile b/fonts/Makefile
index 1992745..643df92 100644
--- a/fonts/Makefile
+++ b/fonts/Makefile
@@ -1,5 +1,7 @@
GFXBOOT_FONT = gfxboot-font
KEYMAPCHARS = gfxboot-keymapchars
+FONTDIR = /usr/share/fonts
+TTFDIR = $(FONTDIR)/TTF
all: .ready
@@ -17,23 +19,19 @@ fonts: 16x16.fnt
-t tmp.txt \
-t ../src/main.log \
-t ../data-install/langs \
- -f NachlieliCLM-Bold:size=14:c=0x590-0x5ff \
- -f KacstOne:size=14:c=0x600-0x6ff,0xfe70-0xfefc:dy=2 \
+ -p $(TTFDIR)/bengali:$(TTFDIR)/dejavu:$(TTFDIR)/lohit:$(TTFDIR)/korean:$(TTFDIR)/tamil:$(TTFDIR)/thai:$(FONTDIR)/lklug:$(FONTDIR)/wqy \
-f MuktiNarrow:size=18:c=0x0981-0x09fa:bold=1 \
-f lohit_hi:size=18:c=0x0901-0x0970:bold=1 \
- -f lohit_pa:size=19:c=0x0a01-0x0a74:bold=1:autohint=1 \
+ -f lohit_pa:size=17:c=0x0a01-0x0a74:bold=1:autohint=1 \
-f lohit_gu:size=18:c=0x0a81-0x0af1:bold=1 \
-f TSCu_Paranar:size=18:c=0x0b82-0x0bfa:dy=2:bold=1 \
-f lklug:size=17:c=0x0d82-0x0df4:bold=1:dy=1 \
- -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 Loma:size=17:c=0x0e01-0x0eff:bold=0:dy=-2 \
-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 \
+ -f UnDotum:size=17:bold=1:autohint=1 \
16x16.fnt >16x16.fnt.log
rm -f tmp.txt
clean:
rm -f .ready *~
-