> 3 patches, one for freetype2, and two for freetype2-demos (the rsvg
> one is a re-post).
Thanks a lot, I've committed them (with some slight modifications).
> One thing I'd like to suggest, if FreeType 3 is ever happening, is
> for the DebugHook to move a bit earlier in the Library struct, and
> especially before any of the variable/adjustable sized
> sub-structures. It makes implementing interactive font debuggers /
> font editors with FreeType 3, and things like Fontval, in a non-C
> language, a bit easier.
Hmm, what exactly do you suggest? `FT_LibraryRec` is an internal
structure not exposed to the public, so it could be changed easily
without any backward compatibility issues.
Werner