From e06921ba9541759101336126a6af96ab66b9ee2d Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 14 May 2006 13:42:48 +0000 Subject: Fairly ropey font-embedding support. In particular, the PDF output is technically incorrect, though it works perfectly well with xpdf. To do it properly requires actually parsing the unencrypted part of a Type 1 font, which will be a bit tedious in C. [originally from svn r6685] --- halibut.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'halibut.h') diff --git a/halibut.h b/halibut.h index eb62b9e..d109ade 100644 --- a/halibut.h +++ b/halibut.h @@ -391,6 +391,11 @@ paragraph *read_input(input *in, indexdata *idx); void read_afm_file(input *in); /* + * in_pf.c + */ +void read_pfa_file(input *in); + +/* * keywords.c */ struct keywordlist_Tag { -- cgit v1.1