summaryrefslogtreecommitdiff
path: root/pl/pllfont.h
diff options
context:
space:
mode:
Diffstat (limited to 'pl/pllfont.h')
-rw-r--r--pl/pllfont.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pl/pllfont.h b/pl/pllfont.h
index 2af0decb1..f29361dc6 100644
--- a/pl/pllfont.h
+++ b/pl/pllfont.h
@@ -25,4 +25,8 @@
int pl_load_built_in_fonts(const char *pathname, gs_memory_t *mem, pl_dict_t *pfontdict, gs_font_dir *pdir, int storage, bool use_unicode_names_for_keys);
int pl_load_simm_fonts(const char *pathname, gs_memory_t *mem, pl_dict_t *pfontdict, gs_font_dir *pdir, int storage);
int pl_load_cartridge_fonts(const char *pathname, gs_memory_t *mem, pl_dict_t *pfontdict, gs_font_dir *pdir, int storage);
+int
+pl_load_ufst_lineprinter(gs_memory_t *mem, pl_dict_t *pfontdict, gs_font_dir *pdir,
+ int storage, bool use_unicode_names_for_keys);
+
#endif /* plfont_INCLUDED */