Re: Patch: qfont_loader.C

2002-12-20 Thread John Levon
On Fri, Dec 20, 2002 at 09:40:30PM +0200, Dekel Tsur wrote: > qfont_loader.C does not call to addFontPath in isAvailable(), so mathed > sometimes thinks that the math fonts are not available. > This patch fixes that. > I also added a cache for isAvailable() as it is called a lot of times when > yo

Patch: qfont_loader.C

2002-12-20 Thread Dekel Tsur
qfont_loader.C does not call to addFontPath in isAvailable(), so mathed sometimes thinks that the math fonts are not available. This patch fixes that. I also added a cache for isAvailable() as it is called a lot of times when you first enter a math formula to the document, and this called takes a l