summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfmx/src/tfm.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-04-11 23:56:39 +0000
committerKarl Berry <karl@freefriends.org>2009-04-11 23:56:39 +0000
commit60293210a06b53e5f350108251b429122138baee (patch)
treea7a913bb14bff9368e4b8c2539b8130845effb38 /Build/source/texk/dvipdfmx/src/tfm.c
parentc6a8d775221e97d8c9d50495cb4d16ce19fad38b (diff)
update dvipdfmx to 20090115
git-svn-id: svn://tug.org/texlive/trunk@12699 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfmx/src/tfm.c')
-rw-r--r--Build/source/texk/dvipdfmx/src/tfm.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/dvipdfmx/src/tfm.c b/Build/source/texk/dvipdfmx/src/tfm.c
index e5fee9e7d88..16043c44d57 100644
--- a/Build/source/texk/dvipdfmx/src/tfm.c
+++ b/Build/source/texk/dvipdfmx/src/tfm.c
@@ -1,4 +1,4 @@
-/* $Header: /home/cvsroot/dvipdfmx/src/tfm.c,v 1.22 2007/11/17 18:08:58 matthias Exp $
+/* $Header: /home/cvsroot/dvipdfmx/src/tfm.c,v 1.23 2008/11/30 21:12:27 matthias Exp $
This is dvipdfmx, an eXtended version of dvipdfm by Mark A. Wicks.
@@ -1058,6 +1058,7 @@ tfm_get_width (int font_id, SIGNED_QUAD ch)
return ((double) tfm_get_fw_width(font_id, ch)/FWBASE);
}
+#if 0
double
tfm_get_height (int font_id, SIGNED_QUAD ch)
{
@@ -1069,6 +1070,7 @@ tfm_get_depth (int font_id, SIGNED_QUAD ch)
{
return ((double) tfm_get_fw_depth(font_id, ch)/FWBASE);
}
+#endif
/* tfm_string_xxx() do not work for OFM... */
fixword
@@ -1160,6 +1162,7 @@ tfm_get_design_size (int font_id)
return (double) (fms[font_id].designsize)/FWBASE*(72.0/72.27);
}
+#if 0
char *
tfm_get_codingscheme (int font_id)
{
@@ -1184,6 +1187,7 @@ tfm_is_vert (int font_id)
return 0;
}
#endif /* !WITHOUT_ASCII_PTEX */
+#endif
int
tfm_exists (const char *tfm_name)