mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
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:
parent
49da061b11
commit
8d1c58af82
@ -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_);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user