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:
f46e8a4
)
type 0 fonts are now enabled by default
author
kramm
<kramm>
Sat, 30 Apr 2005 12:57:20 +0000
(12:57 +0000)
committer
kramm
<kramm>
Sat, 30 Apr 2005 12:57:20 +0000
(12:57 +0000)
pdf2swf/SWFOutputDev.cc
patch
|
blob
|
history
diff --git
a/pdf2swf/SWFOutputDev.cc
b/pdf2swf/SWFOutputDev.cc
index
38a746f
..
fd753d5
100644
(file)
--- a/
pdf2swf/SWFOutputDev.cc
+++ b/
pdf2swf/SWFOutputDev.cc
@@
-90,7
+90,7
@@
static int pagepos = 0;
/* config */
static double caplinewidth = 3.0;
static int zoom = 72; /* xpdf: 86 */
-static int forceType0Fonts = 0;
+static int forceType0Fonts = 1;
static void printInfoString(Dict *infoDict, char *key, char *fmt);
static void printInfoDate(Dict *infoDict, char *key, char *fmt);