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:
c24ecd9
)
don't set default fontdir- fonts are embedded now
author
kramm
<kramm>
Tue, 8 May 2007 13:37:46 +0000
(13:37 +0000)
committer
kramm
<kramm>
Tue, 8 May 2007 13:37:46 +0000
(13:37 +0000)
src/pdf2swf.c
patch
|
blob
|
history
diff --git
a/src/pdf2swf.c
b/src/pdf2swf.c
index
4241b55
..
15ba46a
100644
(file)
--- a/
src/pdf2swf.c
+++ b/
src/pdf2swf.c
@@
-553,9
+553,10
@@
int main(int argn, char *argv[])
}
/* add fonts */
+ /*
if(fontdir) {
driver->set_parameter("fontdir", fontdir);
- }
+ }*/
for(t=0;t<fontpathpos;t++) {
driver->set_parameter("fontdir", fontpaths[t]);
}