From c072eb7debe80aca352a5dc26bff08a6ecd8baff Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 13 May 2006 13:56:05 +0000 Subject: Initial support for adding fonts at run-time. Currently we only support loading AFM files, we recognise them by name, and we can't embed fonts in the output (which is also invalid, though accepted by xpdf, in the PDF case). Oh, and there's no documentation. Still, it's a start. [originally from svn r6681] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d57cb3c..8f53a51 100644 --- a/Makefile +++ b/Makefile @@ -106,7 +106,7 @@ CFLAGS += -I$(LIBCHARSET_SRCDIR) -I$(LIBCHARSET_OBJDIR) include $(LIBCHARSET_SRCDIR)Makefile MODULES := main malloc ustring error help licence version misc tree234 -MODULES += input keywords contents index biblio +MODULES += input in_afm keywords contents index biblio MODULES += bk_text bk_html bk_whlp bk_man bk_info bk_paper bk_ps bk_pdf MODULES += winhelp psdata wcwidth -- cgit v1.1