Re: FT_Add_Module() and related functions

2020-06-11 Thread Werner LEMBERG
> I don't think we want to statically link any SVG renderer to the > library by default. There are so many subtleties related to vector > graphics rendering, that there is no "good" default choice to make. > In other words, any default we select at link time would probably be > inappropriate

Re: [Freetype-devel] Re: GSOC - Distance Fields

2020-06-11 Thread Anuj Verma
Hello All, A progress update. I have ported the entire program to fixed point and it looks good to me. It's still not perfect and there are places where overflow can happen ( specifically in function `solve_cubic_equation' ), so currently I'm working on fixing those. As usual you can check it out

Re: FT_Add_Module() and related functions

2020-06-11 Thread David Turner
Hello everyone, Le mar. 9 juin 2020 à 14:14, Alexei Podtelezhnikov a écrit : > Hi David, > > I actually thought about FT_Add_Module as a visionary interface for > dynamically plugging alternative renderers: > > https://github.com/raphlinus/font-rs > https://github.com/mooman219/fontdue >

Re: [freetype2] Remove #include FT_XXX_H includes from library sources

2020-06-11 Thread Werner LEMBERG
> And here's the patch to fix freetype2-demos compilation first. Applied too, thanks. Werner

Re: [freetype2] Remove #include FT_XXX_H includes from library sources

2020-06-11 Thread Werner LEMBERG
> Thanks Werner, the patch looks good to me :-) OK, applied. Werner