summaryrefslogtreecommitdiff
path: root/scripts/cmapdump.c
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2011-11-28 19:44:02 +0000
committerRobin Watts <robin.watts@artifex.com>2011-11-28 19:44:02 +0000
commit3a207e707b352b8031409f3851705fbc7eccff36 (patch)
tree534de121baa1b2a662acecda38bc4a4e536fb2df /scripts/cmapdump.c
parentbdf5c8848a2de071c8380fab86a1a49215ed5ee7 (diff)
downloadmupdf-3a207e707b352b8031409f3851705fbc7eccff36.tar.xz
Move Freetype globals into context.
Freetype globals are not shared between threads currently - to do that we'll need to introduce a lock.
Diffstat (limited to 'scripts/cmapdump.c')
-rw-r--r--scripts/cmapdump.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/cmapdump.c b/scripts/cmapdump.c
index 9f75a401..af148765 100644
--- a/scripts/cmapdump.c
+++ b/scripts/cmapdump.c
@@ -172,3 +172,11 @@ main(int argc, char **argv)
fz_free_context(ctx);
return 0;
}
+
+void fz_new_font_context(fz_context *ctx)
+{
+}
+
+void fz_free_font_context(fz_context *ctx)
+{
+}