From d2fd2f2175c8cb8554284afdc5c27fd2e96cc23f Mon Sep 17 00:00:00 2001 From: Stefan Kemper Date: Wed, 28 Feb 2007 22:10:07 +0000 Subject: 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 --- pl/plulfont.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pl') 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); -- cgit v1.2.3