> another small patch for ft2-demos. Should be obvious/trivial. Thanks, applied!
> I had a quick look at swapping the renderer hook on the fly. It > seems that it is set when the module is loaded (i.e. the first font > that needs it, I think), and I actually cannot see when it is > unloaded, though it says the svg_free hook is run when the module is > unloaded (which is never...), and when the module is unloaded, all > the font faces it is associated with is freed. > > That fundamentally means it is not possible to switch the renderer > hook on a per current glyph level, keeping the current face? I don't think so – who wants that except weird FreeType demo programs? :-) Moazin, please comment. Werner