summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttf2pk2/ttflib.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/ttf2pk2/ttflib.h')
-rw-r--r--Build/source/texk/ttf2pk2/ttflib.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/Build/source/texk/ttf2pk2/ttflib.h b/Build/source/texk/ttf2pk2/ttflib.h
deleted file mode 100644
index d61258b1335..00000000000
--- a/Build/source/texk/ttf2pk2/ttflib.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * ttflib.h
- *
- * This file is part of the ttf2pk package.
- *
- * Copyright 1997-1999, 2000 by
- * Frederic Loyer <loyer@ensta.fr>
- * Werner Lemberg <wl@gnu.org>
- */
-
-#ifndef TTFLIB_H
-#define TTFLIB_H
-
-#include "pklib.h" /* for the `byte' type */
-
-void TTFopen(char *filename, Font *fnt, int new_dpi, int new_ptsize,
- Boolean quiet);
-
-Boolean TTFprocess(Font *fnt, long Code, byte **bitmap,
- int *width, int *height, int *hoff, int *voff,
- Boolean hinting, Boolean quiet);
-
-encoding *TTFget_first_glyphs(Font *fnt, long *array);
-void TTFget_subfont(Font *fnt, long *array);
-
-long TTFsearch_PS_name(const char *name);
-
-#endif /* TTFLIB_H */
-
-
-/* end */