From b7f812d5a2bd18f4e4ed029f08cd96b160fd1e8c Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 6 Feb 2010 22:32:39 +0000 Subject: Replace old internal font with new one. New font has bold, italic and italic&bold variants. Change internal font's encoding from CP437 to CP1252, since it has more useful glyphs for web browsing. svn path=/trunk/netsurf/; revision=9957 --- Makefile.sources | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index 84ed16197..ac2a7c403 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -106,7 +106,8 @@ S_FRAMEBUFFER := gui.c framebuffer.c tree.c history.c hotlist.c \ S_FRAMEBUFFER += font_$(NETSURF_FB_FONTLIB).c ifeq ($(NETSURF_FB_FONTLIB),internal) -S_FRAMEBUFFER += font_8x16.c +S_FRAMEBUFFER += nsfont_regular.c nsfont_italic.c nsfont_bold.c \ + nsfont_italic_bold.c endif -- cgit v1.2.3