X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=pdf2swf%2Fswfoutput.cc;h=ea6ae37a10e6e6c87fb5e1205ea5d1fdb8f61630;hp=440278551e73ea1eea1ddecad4a3953ea43ff002;hb=c39317f9bd23dbc12a8ade934edbcf17952b087e;hpb=864398ba4b887122ae6fa04f8eb2e9d630b990a5 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;