Andre Poenitz wrote: > +MetricsBase::MetricsBase(BufferView * b, LyXFont const & f) > + : bv(b), font(f), style(LM_ST_TEXT), fontname("mathnormal"), > + restrictwidth(false), textwidth(0) > +{}
Can you explain why the fontname defaults to "mathnormal"? -- Angus