summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/automatic.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/automatic.hh')
-rw-r--r--Build/source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/automatic.hh27
1 files changed, 0 insertions, 27 deletions
diff --git a/Build/source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/automatic.hh b/Build/source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/automatic.hh
deleted file mode 100644
index 6149232f4f9..00000000000
--- a/Build/source/texk/lcdf-typetools/lcdf-typetools-src/otftotfm/automatic.hh
+++ /dev/null
@@ -1,27 +0,0 @@
-#ifndef OTFTOTFM_AUTOMATIC_HH
-#define OTFTOTFM_AUTOMATIC_HH
-#include <lcdf/string.hh>
-class ErrorHandler;
-
-enum {
- O_ENCODING = 0, O_TFM, O_PL, O_VF, O_VPL, O_TYPE1, O_MAP, O_MAP_PARENT,
- O_TRUETYPE, O_OPENTYPE, O_TYPE42, NUMODIR
-};
-
-extern bool automatic;
-extern bool no_create;
-String getodir(int o, ErrorHandler *);
-void setodir(int o, const String &);
-bool set_vendor(const String &);
-bool set_typeface(const String &, bool override);
-bool set_map_file(const String &);
-const char *odirname(int o);
-void update_odir(int o, String file, ErrorHandler *);
-String installed_type1(const String &otf_filename, const String &ps_fontname, bool allow_generate, ErrorHandler *);
-String installed_type1_dotlessj(const String &otf_filename, const String &ps_fontname, bool allow_generate, ErrorHandler *);
-String installed_truetype(const String &ttf_filename, bool allow_generate, ErrorHandler *errh);
-String installed_type42(const String &ttf_filename, const String &ps_fontname, bool allow_generate, ErrorHandler *errh);
-int update_autofont_map(const String &fontname, String mapline, ErrorHandler *);
-String locate_encoding(String encfile, ErrorHandler *, bool literal = false);
-
-#endif