summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/tfm.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipdfm-x/tfm.h')
-rw-r--r--Build/source/texk/dvipdfm-x/tfm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/dvipdfm-x/tfm.h b/Build/source/texk/dvipdfm-x/tfm.h
index 7ce1a688ab1..ba78e852872 100644
--- a/Build/source/texk/dvipdfm-x/tfm.h
+++ b/Build/source/texk/dvipdfm-x/tfm.h
@@ -41,10 +41,10 @@ extern fixword tfm_get_fw_height (int font_id, int32_t ch);
extern fixword tfm_get_fw_depth (int font_id, int32_t ch);
extern fixword tfm_string_width (int font_id, const unsigned char *s, unsigned len);
+#if 0
extern fixword tfm_string_depth (int font_id, const unsigned char *s, unsigned len);
extern fixword tfm_string_height (int font_id, const unsigned char *s, unsigned len);
-
-extern double tfm_get_space (int font_id);
+#endif
/* From TFM header */
extern double tfm_get_design_size (int font_id);