On Fri, Feb 28, 2003 at 11:58:30PM +0200, Dekel Tsur wrote: > The attached patch should fix the issue we have. Please test.
Looks good, but : + if (cache_set[family]) + return cache[family]; dont you mean : if (cache_set[family]) return true ? Also, are you sure that this QFont() == comparison is useful across Qt versions (namely: Qt 2, Qt 3 + fontconfig, Qt 3 + no fontconfig, Qt 3/Red Hat etc.) thanks john