diff options
Diffstat (limited to 'pdf/pdf_font1.h')
-rw-r--r-- | pdf/pdf_font1.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pdf/pdf_font1.h b/pdf/pdf_font1.h index 0385aafd..5fd41afa 100644 --- a/pdf/pdf_font1.h +++ b/pdf/pdf_font1.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2021 Artifex Software, Inc. +/* Copyright (C) 2019-2022 Artifex Software, Inc. All Rights Reserved. This software is provided AS-IS with no warranty, either express or @@ -21,6 +21,8 @@ int pdfi_read_type1_font(pdf_context *ctx, pdf_dict *font_dict, pdf_dict *stream_dict, pdf_dict *page_dict, byte *fbuf, int64_t fbuflen, pdf_font **ppdffont); int pdfi_free_font_type1(pdf_obj *font); +int pdfi_copy_type1_font(pdf_context *ctx, pdf_font *spdffont, pdf_dict *font_dict, pdf_font **tpdffont); + int pdfi_t1_global_glyph_code(const gs_font *pfont, gs_const_string *gstr, gs_glyph *pglyph); #endif |