From 672b9afb9bb05a67bbcd8664ba268521ea728ca6 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 13 Nov 2018 21:49:56 +0100 Subject: Add more encoding tables. Add tables for Windows-1250, Windows-1251, and ISO-8859-1. Also add unicode_from_encoding tables. Move encodings from PDF namespace to Fitz. --- include/mupdf/pdf/font.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/mupdf/pdf/font.h') diff --git a/include/mupdf/pdf/font.h b/include/mupdf/pdf/font.h index 812377e5..d386e87c 100644 --- a/include/mupdf/pdf/font.h +++ b/include/mupdf/pdf/font.h @@ -30,13 +30,6 @@ extern const char *pdf_mac_expert[256]; extern const char *pdf_win_ansi[256]; extern const char *pdf_standard[256]; -extern const char *pdf_glyph_name_from_koi8u[256]; -extern const char *pdf_glyph_name_from_iso8859_7[256]; - -int pdf_cyrillic_from_unicode(int u); -int pdf_greek_from_unicode(int u); -int pdf_winansi_from_unicode(int u); - typedef struct pdf_font_desc_s pdf_font_desc; typedef struct pdf_hmtx_s pdf_hmtx; typedef struct pdf_vmtx_s pdf_vmtx; -- cgit v1.2.3