From 8d1c58af82d1fc356f470dff97878ab7c3e8a2fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Fri, 15 Feb 2002 17:34:07 +0000 Subject: [PATCH] whichFont down to 5.3% git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3551 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_charinset.C | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mathed/math_charinset.C b/src/mathed/math_charinset.C index 1773fa89a2..e0ba2e9e81 100644 --- a/src/mathed/math_charinset.C +++ b/src/mathed/math_charinset.C @@ -49,9 +49,7 @@ MathInset * MathCharInset::clone() const void MathCharInset::metrics(MathMetricsInfo const & mi) const { mi_ = mi; - ascent_ = mathed_char_ascent(code_, mi_, char_); - descent_ = mathed_char_descent(code_, mi_, char_); - width_ = mathed_char_width(code_, mi_, char_); + mathed_char_dim(code_, mi_, char_, ascent_, descent_, width_); } -- 2.39.2