From f4b2ef94c1200ec17dad6a4502308f54371c9694 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 10 Feb 2007 13:35:52 +0000 Subject: Now that glyph indices are exposed to bk_pdf.c, move CMap generation there, since that seems closer to being where it belongs. [originally from svn r7262] --- paper.h | 1 - 1 file changed, 1 deletion(-) (limited to 'paper.h') diff --git a/paper.h b/paper.h index d0c0139..652fa7e 100644 --- a/paper.h +++ b/paper.h @@ -423,7 +423,6 @@ 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); #endif -- cgit v1.1