]> git.lyx.org Git - features.git/commitdiff
whichFont down to 5.3%
authorAndré Pönitz <poenitz@gmx.net>
Fri, 15 Feb 2002 17:34:07 +0000 (17:34 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Fri, 15 Feb 2002 17:34:07 +0000 (17:34 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3551 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_charinset.C

index 1773fa89a2dde034386c8d9bf10d222b8c77a42a..e0ba2e9e8191dacfc9d969bee0178dc1998d45ea 100644 (file)
@@ -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_);
 }