whichFont down to 5.3%

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3551 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-02-15 17:34:07 +00:00
parent 49da061b11
commit 8d1c58af82

View 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_);
}