It works, but it is slower than perivous version with Topaz font. Can't say how much, it doesn't display done text anymore.
It will be slower because there are more fonts to look through. The data is cached, but lookup is just in an Exec list, so it's not particularly fast (on OS4 I've used a skiplist, but they don't exist in OS3's utility.library). I tried using a splaytree on OS3 but it just crashed, and I couldn't see any perceivable performance benefit on OS4, so I abandoned it.
(
edit sorry, I'm talking nonsense, the exec list caching is only for scaleable fonts, bitmap fonts aren't caching at all, which might be part of the problem)
It also has a new problem, is shoot down my Network from both amigas. I can download one page, after that it says "dns lookup failed", when I try to browse another web page. Need to reboot amiga, to get it back online. I also tested amia.org, it
displayded very fast "dns lookup failed", did you made some changes for timouts?
ISTR there have been some changes because RISC OS was having timeout problems. If it's knocking out the network, it's probably overwriting memory. However I notice my toolchain is out of date, as at least libcurl has been updated, so I'm rebuilding that and we can see if it helps.
I will test it with Topaz fonts to see does it make any difference.
Topaz is likely to be more reliable, as it's fixed-width, so any bugs in the layout calculations are less likely to show up.
and.... re-built with latest components, archive in usual place. (haven't tested it)