diff options
Diffstat (limited to 'Build/source/texk/dvipdfm-x/tfm.c')
-rw-r--r-- | Build/source/texk/dvipdfm-x/tfm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/dvipdfm-x/tfm.c b/Build/source/texk/dvipdfm-x/tfm.c index 706abcd4fbd..c8184012f00 100644 --- a/Build/source/texk/dvipdfm-x/tfm.c +++ b/Build/source/texk/dvipdfm-x/tfm.c @@ -1113,6 +1113,7 @@ tfm_string_width (int font_id, const unsigned char *s, unsigned len) return result; } +#if 0 fixword tfm_string_depth (int font_id, const unsigned char *s, unsigned len) { @@ -1166,6 +1167,7 @@ tfm_string_height (int font_id, const unsigned char *s, unsigned len) return result; } +#endif double tfm_get_design_size (int font_id) |