git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01b3fac
)
removed debug output
author
kramm
<kramm>
Sun, 21 Jan 2007 21:19:42 +0000
(21:19 +0000)
committer
kramm
<kramm>
Sun, 21 Jan 2007 21:19:42 +0000
(21:19 +0000)
lib/modules/swffont.c
patch
|
blob
|
history
lib/modules/swftext.c
patch
|
blob
|
history
diff --git
a/lib/modules/swffont.c
b/lib/modules/swffont.c
index
47cd20a
..
9a9c744
100644
(file)
--- a/
lib/modules/swffont.c
+++ b/
lib/modules/swffont.c
@@
-495,9
+495,7
@@
SWFFONT* swf_LoadT1Font(char*filename)
}
last = pos;
outline = outline->link;
- printf("t1lib: (%f,%f) ", pos.x, pos.y);
}
- printf("\n");
draw.finish(&draw);
diff --git
a/lib/modules/swftext.c
b/lib/modules/swftext.c
index
fbfc00a
..
1612e63
100644
(file)
--- a/
lib/modules/swftext.c
+++ b/
lib/modules/swftext.c
@@
-1565,8
+1565,6
@@
SRECT swf_SetDefineText(TAG * tag, SWFFONT * font, RGBA * rgb, char *text, int s
swf_TextSetCharRecordUTF8(tag, font, upos, scale * 20, gbits, abits);
upos= next;
-
- printf("%s\n", upos);
}
free(utext);