Georg Baum wrote: > Font changes are not propagated to tabulars, see > http://bugzilla.lyx.org/show_bug.cgi?id=1973. > > We have two problems here: > 1) InsetTabular::noFontChange() returns true, but that is not honored by > the on-screen font handling. Therefore the font looks ok on screen. I > don't know the font stuff well enough to fix this. > 2) LyXText::setFont does not change the font of the tabular cells for > tabular insets. The code that did this has been removed by Alfredo on > November 27, 2003. > Alfredo, was this intentionally or a side effect?
Probably an oversight, IIRC it was a big rework of setFont to work with doc iterators. Alfredo