From 7d287800e5a5bcdf0d4d38679ff7980ce8c18250 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 10 Feb 2007 12:33:56 +0000 Subject: Generate a "W" array for CIDFonts, since acroread seems to do very silly things without one. [originally from svn r7261] --- paper.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'paper.h') diff --git a/paper.h b/paper.h index 3f20fc2..d0c0139 100644 --- a/paper.h +++ b/paper.h @@ -418,6 +418,10 @@ void pf_writeps(font_info const *fi, FILE *ofp); /* * Backend functions exported by in_sfnt.c */ +typedef struct sfnt_Tag sfnt; +glyph sfnt_indextoglyph(sfnt *sf, unsigned idx); +unsigned sfnt_glyphtoindex(sfnt *sf, glyph g); +unsigned sfnt_nglyphs(sfnt *sf); void sfnt_writeps(font_info const *fi, FILE *ofp); void sfnt_cmap(font_encoding *fe, object *); void sfnt_data(font_info *fi, char **bufp, size_t *lenp); -- cgit v1.1