diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-08-17 06:25:12 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-08-17 06:25:12 +0000 |
commit | 89eb79f950acbfcb719804f82708f8a49c788c70 (patch) | |
tree | 9f00f025a188598fd9c1c7bf7dd960927f9c35de /Build/source/texk/dvipdfm-x/tfm.c | |
parent | 4852adbc7f6ac6105d56d77db89b145889c4cdd2 (diff) |
texk/dvipdfm-x: Still more static functions
git-svn-id: svn://tug.org/texlive/trunk@38135 c570f23f-e606-0410-a88d-b1316a301751
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) |