diff options
Diffstat (limited to 'Build/source/texk/dvipdfm-x/tt_cmap.h')
-rw-r--r-- | Build/source/texk/dvipdfm-x/tt_cmap.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Build/source/texk/dvipdfm-x/tt_cmap.h b/Build/source/texk/dvipdfm-x/tt_cmap.h index 8fd51581a8f..be1ed6a4545 100644 --- a/Build/source/texk/dvipdfm-x/tt_cmap.h +++ b/Build/source/texk/dvipdfm-x/tt_cmap.h @@ -69,11 +69,10 @@ extern void tt_cmap_release (tt_cmap *cmap); extern pdf_obj *otf_create_ToUnicode_stream (const char *map_name, int ttc_index, const char *basefont, - const char *used_chars, - int cmap_id); + const char *used_chars); /* CMap ID */ -extern int otf_load_Unicode_CMap (const char *map_name, - int ttc_index, - const char *otl_opts, int wmode); - +extern int otf_load_Unicode_CMap (const char *map_name, + int ttc_index, + const char *otl_opts, int wmode); +extern int otf_try_load_GID_to_CID_map (const char *map_name, int ttc_index, int wmode); #endif /* _TT_CMAP_H_ */ |