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

2020-06-12 Thread Alexei Podtelezhnikov
On Fri, Jun 12, 2020 at 12:31 AM Anuj Verma wrote: > ... specifically in function `solve_cubic_equation' ... How many times do you have to solve this for each glyph? How many different solutions (aka curve points) do you have to find for each curved segment? I figure there are a lot of grid-curve

Re: Logging Library-GSOC

2020-06-12 Thread Priyesh kumar
Hi Werner, I have updated the progress report for this week @ here Thanks, Priyesh On Sat, Jun 6, 2020 at 8:34 PM Werner LEMBERG wrote: > > > The gnulib repository provides a module 'unistd' for c

Re: FT_Add_Module() and related functions

2020-06-12 Thread Vincent Torri
On Fri, Jun 12, 2020 at 3:23 PM Alexei Podtelezhnikov wrote: > > On Fri, Jun 12, 2020 at 7:22 AM Vincent Torri wrote: > > > > On Fri, Jun 12, 2020 at 12:47 PM Alexei Podtelezhnikov > > wrote: > > > > > > On Fri, Jun 12, 2020 at 5:05 AM Moazin Khatri > > > wrote: > > > >> > > > > > Almost certa

Re: FT_Add_Module() and related functions

2020-06-12 Thread Alexei Podtelezhnikov
On Fri, Jun 12, 2020 at 7:22 AM Vincent Torri wrote: > > On Fri, Jun 12, 2020 at 12:47 PM Alexei Podtelezhnikov > wrote: > > > > On Fri, Jun 12, 2020 at 5:05 AM Moazin Khatri > > wrote: > > >> > > > Almost certainly, they use FT_Outline_Render with the callback > > params.gray_spans doing all k

intel compiler support interest?

2020-06-12 Thread Stephen McDowell
Hi :) I help maintain the spack package manager when I can, currently users with intel compilers cannot build / install any version after 2.7.1 due to the usage of __builtin_shuffle (for some reason Intel still doesn't support this). https://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/s

Re: FT_Add_Module() and related functions

2020-06-12 Thread Vincent Torri
On Fri, Jun 12, 2020 at 12:47 PM Alexei Podtelezhnikov wrote: > > On Fri, Jun 12, 2020 at 5:05 AM Moazin Khatri wrote: > >> > Almost certainly, they use FT_Outline_Render with the callback > params.gray_spans doing all kinds of crazy color gradients. this function is not used. According to git,

Re: FT_Add_Module() and related functions

2020-06-12 Thread Alexei Podtelezhnikov
On Fri, Jun 12, 2020 at 5:05 AM Moazin Khatri wrote: >> >> > Unfortunately, development seems to be stalled; we probably have to go >> > for something else. Moazin right now is doing another GSoC project; >> > according to an e-mail exchange with him he plans to work again on the >> > SVG stuff a

Re: FT_Add_Module() and related functions

2020-06-12 Thread Moazin Khatri
> > > Unfortunately, development seems to be stalled; we probably have to go > > for something else. Moazin right now is doing another GSoC project; > > according to an e-mail exchange with him he plans to work again on the > > SVG stuff after GSoC will have finished. > > for what it worth, in our

Re: FT_Add_Module() and related functions

2020-06-12 Thread Moazin Khatri
Hello David, I am a final year student of Engineering from Pakistan. It was my GSoC 2019 project to add OTSVG support to FreeType. The final project report is available at: https://moazin.bitbucket.io/gsoc-2019/ in case you want to read it. It has all the details of how the project was accomplish