From 62be4468c8d814e5f66e5c2c7dc21a865bd91be3 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 3 Feb 2007 14:02:21 +0000 Subject: Add support for using TrueType fonts, including embedding in PostScript but not yet in PDF. There's a lot of cleaning up to be done, especially in the area of error, but I think it would be better committed gradually. [originally from svn r7198] --- halibut.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'halibut.h') diff --git a/halibut.h b/halibut.h index 51c6dd4..3f5b560 100644 --- a/halibut.h +++ b/halibut.h @@ -404,6 +404,11 @@ void read_pfa_file(input *in); void read_pfb_file(input *in); /* + * in_sfnt.c + */ +void read_sfnt_file(input *in); + +/* * keywords.c */ struct keywordlist_Tag { -- cgit v1.1