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:
c8786cd
)
SWFFont now has a destructor
author
kramm
<kramm>
Sat, 20 Oct 2001 20:06:45 +0000
(20:06 +0000)
committer
kramm
<kramm>
Sat, 20 Oct 2001 20:06:45 +0000
(20:06 +0000)
pdf2swf/swfoutput.h
patch
|
blob
|
history
diff --git
a/pdf2swf/swfoutput.h
b/pdf2swf/swfoutput.h
index
2b1e742
..
3351f60
100644
(file)
--- a/
pdf2swf/swfoutput.h
+++ b/
pdf2swf/swfoutput.h
@@
-30,6
+30,8
@@
class SWFFont
{
T1_OUTLINE**outline;
char**charname;
+ char*used;
+
char*name;
int charnum;
@@
-37,8
+39,10
@@
class SWFFont
int t1id;
char*fontid;
+ unsigned int swfid;
SWFFont(char*name, int t1id, char*filename);
+ SWFFont::~SWFFont();
T1_OUTLINE*getOutline(char*charname);
char*getName();
char*getCharName(int t);