From f2cf240dc050f1eb376dfd1d952b3a255893be6f Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 16 Apr 2004 10:56:31 +0000 Subject: Compacted PS and PDF output files by removing redundant reiterations of the same font and position designations. Reduced the size of the Halibut manual PDF to less than half what it started out as, and the PS one to more like a third of its original size. [originally from svn r4083] --- paper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'paper.h') diff --git a/paper.h b/paper.h index 8bb3061..d6f34b9 100644 --- a/paper.h +++ b/paper.h @@ -276,6 +276,7 @@ struct text_fragment_Tag { font_encoding *fe; int fontsize; char *text; + int width; }; struct xref_dest_Tag { -- cgit v1.1