Enrico Forestieri a33f6ed840 Avoid random kerning values.
* src/mathed/MathData.C
	(MathArray::metrics): Explicitly initialize kerning_ as it may
	contain random data when the nucleus is an empty MathFont inset.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17560 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-26 00:05:28 +00:00
..
2006-03-16 15:05:47 +00:00
2007-03-18 16:52:54 +00:00
2006-12-17 15:05:18 +00:00
2006-12-17 15:05:18 +00:00
2006-12-17 15:05:18 +00:00
2006-12-17 15:05:18 +00:00
2007-03-18 10:59:16 +00:00
2006-10-22 10:15:23 +00:00
2006-10-22 10:15:23 +00:00
2007-02-23 08:27:03 +00:00
2007-03-13 15:20:26 +00:00
2007-03-12 23:42:35 +00:00
2006-12-17 15:05:18 +00:00
2006-10-22 10:15:23 +00:00
2006-10-22 10:15:23 +00:00
2006-10-21 00:16:43 +00:00
2006-10-21 00:16:43 +00:00
2006-12-17 15:05:18 +00:00
2007-03-26 00:05:28 +00:00
2006-10-22 10:15:23 +00:00
2006-12-17 15:05:18 +00:00
2006-10-22 10:15:23 +00:00
2006-10-22 10:15:23 +00:00
2007-02-24 18:00:42 +00:00
2006-12-17 15:05:18 +00:00
2007-03-19 16:08:17 +00:00
2006-12-19 14:24:25 +00:00
2006-10-22 10:15:23 +00:00
2004-08-15 21:45:30 +00:00
2004-04-20 08:51:15 +00:00

Inset 'Xyz' is implemented by 'MathXyzInset' in 'math_xyzinset.[hC]'


Inset hierarchy:

                                   MathInset
                                (abstract base)

                         /            |               \

              Dim                  Char               Symbol, Space, ...
         (thing that need       (for things formerly
          the width_/ascent_     known as characters)
          /descent_ cache)

          /             \

       Nest              Dots,  Func, ...
  (for thing with
   nested content)

        |         \

      Grid        Decoration   Delim   Frac  Macro  Root  Script  Sqrt

      /   \

 Array    Hull
         (base for eqnarray/align/...)