>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> This still leaves us with the question why you ever got wrong John> symbols (ie lyx/qt thought the fonts were available, when they John> are not) in the first place. We've had a few people have that, John> but I do not know why. When you don't have the fonts available, John> you *should* get "\alpha" in red text, not some other symbol. John, something that looks suspiscious is that qfont_loader.C:addFontPath() does not return a success value, so it is difficult to assess whether we have a font. Compare this to the code in xfont_loader.C:addFontPath(). I do not see actually why the logic in the two font loaders is so different in this regard. JMarc