summaryrefslogtreecommitdiff
path: root/Build/source/utils/lcdf-typetools/otftotfm/otftotfm.hh
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-17 21:16:42 +0000
committerKarl Berry <karl@freefriends.org>2006-01-17 21:16:42 +0000
commita3d3111bfe26b8e5f5bc6049dfb2a4ca2edc7881 (patch)
treef4a8a34f904c1bb86adcc3ae0e14434badc6dbe4 /Build/source/utils/lcdf-typetools/otftotfm/otftotfm.hh
parent6c0eafbb1395d426a72a74538e0b2a95e8344ca6 (diff)
utils 1
git-svn-id: svn://tug.org/texlive/trunk@1484 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/lcdf-typetools/otftotfm/otftotfm.hh')
-rw-r--r--Build/source/utils/lcdf-typetools/otftotfm/otftotfm.hh18
1 files changed, 18 insertions, 0 deletions
diff --git a/Build/source/utils/lcdf-typetools/otftotfm/otftotfm.hh b/Build/source/utils/lcdf-typetools/otftotfm/otftotfm.hh
new file mode 100644
index 00000000000..f8f0ed1cc9d
--- /dev/null
+++ b/Build/source/utils/lcdf-typetools/otftotfm/otftotfm.hh
@@ -0,0 +1,18 @@
+#ifndef OTFTOTFM_OTFTOTFM_HH
+#define OTFTOTFM_OTFTOTFM_HH
+
+String suffix_font_name(const String &font_name, const String &suffix);
+
+void output_metrics(Metrics &metrics, const String &ps_name, int boundary_char,
+ const FontInfo &finfo,
+ const String &encoding_name, const String &encoding_file,
+ const String &font_name,
+ void (*dvips_include)(const String &ps_name, StringAccum &, ErrorHandler *),
+ ErrorHandler *errh);
+
+int font_x_height(const FontInfo &, const Transform &);
+int font_cap_height(const FontInfo &, const Transform &);
+int font_ascender(const FontInfo &, const Transform &);
+double font_slant(const FontInfo &);
+
+#endif