From c39317f9bd23dbc12a8ade934edbcf17952b087e Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 9 Sep 2004 17:35:38 +0000 Subject: [PATCH] FONT_INTERNAL_SIZE is now 16. --- pdf2swf/swfoutput.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pdf2swf/swfoutput.cc b/pdf2swf/swfoutput.cc index 4402785..ea6ae37 100644 --- a/pdf2swf/swfoutput.cc +++ b/pdf2swf/swfoutput.cc @@ -1001,8 +1001,8 @@ struct fontlist_t fontlist_t*next; } *fontlist = 0; -/* todo: why don't higher values (64, 1024) work here? */ -#define FONT_INTERNAL_SIZE 1 +/* TODO: why don't higher values (64, 1024) work here? */ +#define FONT_INTERNAL_SIZE 16 /* process a character. */ static int drawchar(struct swfoutput*obj, SWFFONT *swffont, char*character, int charnr, int u, swfmatrix*m) @@ -1400,7 +1400,6 @@ static void startshape(struct swfoutput*obj) shapeid = ++currentswfid; swf_SetU16(tag,shapeid); // ID - /* TODO: patch back */ bboxrectpos = tag->len; r.xmin = 0; r.ymin = 0; -- 1.7.10.4