summaryrefslogtreecommitdiff
path: root/pl
diff options
context:
space:
mode:
authorStefan Kemper <stefan.kemper@artifex.com>2007-02-28 22:10:07 +0000
committerStefan Kemper <stefan.kemper@artifex.com>2007-02-28 22:10:07 +0000
commitd2fd2f2175c8cb8554284afdc5c27fd2e96cc23f (patch)
tree18e98f4f87284e4016f328ae814571430c5396b1 /pl
parent27a7934b0125ba9a7c68df8b34b87de678d84dc5 (diff)
Close static fco's in case postscript ran first in a language switch
plus ufst fonts system. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2781 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pl')
-rw-r--r--pl/plulfont.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pl/plulfont.c b/pl/plulfont.c
index 8382ec829..c0c5fccb5 100644
--- a/pl/plulfont.c
+++ b/pl/plulfont.c
@@ -232,6 +232,7 @@ pl_load_built_in_fonts(const char *pathname, gs_memory_t *mem, pl_dict_t *pfontd
if (!plugins_opened) {
+ gx_UFST_close_static_fcos();
plugins = pl_ufst_get_list(mem, "UFSTPLUGINS", UFSTPLUGINS);
for (k = 0; plugins[k]; k++) {
strcpy((char *)pthnm, ufst_root_dir);