On Tue, Dec 17, 2002 at 09:43:26PM +0000, John Levon wrote:
>
> ok Andre I see what's happening. Our attempt to set the symbol font is
> failing (and all other fonts). So only the symbol font is mis-displayed,
> as you mentioned that mathed assumes smymbol font is available.
>
> So mathed is behaving correctly I think, we have to investiagate why
> setRawName is failing in QT
Perhaps we should use
font.setFamily("symbol")
instead of
font.setRawName("-*-symbol-...")
Using setRawName does not work on Windows anyway.