diff options
author | Stefan Kemper <stefan.kemper@artifex.com> | 2001-04-23 20:17:30 +0000 |
---|---|---|
committer | Stefan Kemper <stefan.kemper@artifex.com> | 2001-04-23 20:17:30 +0000 |
commit | 47d6813da696c82ce15ce0fd6f13f9adbfadacef (patch) | |
tree | 285f304ec5d446bc378859648d1c3b077d025064 /pl/pllfont.c | |
parent | c8d3b08b7d45a76ffa8fcaff1ca2ac4fb90f09ec (diff) |
capture font name for pdfwrite added to pl_load_tt_font
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1318 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pl/pllfont.c')
-rw-r--r-- | pl/pllfont.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pl/pllfont.c b/pl/pllfont.c index 08f3d97cb..f78a2de8e 100644 --- a/pl/pllfont.c +++ b/pl/pllfont.c @@ -442,7 +442,8 @@ pl_load_built_in_fonts(const char *pathname, gs_memory_t *mem, pl_dict_t *pfontd /* load the font file into memory. NOTE: this closes the file - argh... */ if ( pl_load_tt_font(in, pdir, mem, - gs_next_ids(1), &plfont) < 0 ) { + gs_next_ids(1), &plfont, + buffer) < 0 ) { /* vm error but we continue anyway */ dprintf1("Failed loading font %s\n", tmp_path_copy); continue; |