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

2020-06-06 Thread Anuj Verma
Hello All, *> Have you figured out FT_Fixed arithmetic? You still use floats in your > code. I think you should convert to FT_Fixed first. * So, I have been trying to convert my code to FT_Fixed for a few days now without any success. I did manage to use fixed point for shapes with only line

Re: GSOC Build tests

2020-06-06 Thread Greg Williamson
So autotools is the current build system but that will only work on linux and mingw correct? I can certainly check freetype builds with autotools on those platforms but I don't think it's compatible with msvc & xcode. I can't really check meson if it hasn't been checked in yet afaict. I'm not the

Re: Logging Library-GSOC

2020-06-06 Thread Werner LEMBERG
> The gnulib repository provides a module 'unistd' for creating a > 'unistd.h' header file; this works on Windows too. > > https://www.gnu.org/software/gnulib/ By the way, the gnulib repository also provides an interface to threads – including Windows. If you install the corresponding

broken FT_CONFIG_OPTION_GUESSING_EMBEDDED_RFORK

2020-06-06 Thread Alexei Podtelezhnikov
Toshiya-san, Nowadays, resource fork fonts are seldom used and rarely placed in weird places like AppleDouble/file or ._file or %file. So I disabled FT_CONFIG_OPTION_GUESSING_EMBEDDED_RFORK to stop searching around. This caused fatal build failure. First, /freetype2/src/base/ftobjs.c: In

Re: Logging Library-GSOC

2020-06-06 Thread Werner LEMBERG
> I am currently looking at a library called EasyLogger ( Github Link: > https://github.com/armink/EasyLogger ). I would say it could be my > favourite logging library as it satisfies most of the > requirements. But the problem is that the plugin which this library > uses for outputting logs to

Re: GSOC Build tests

2020-06-06 Thread Werner LEMBERG
Hello Greg, > So over the week I started writing continuous integration build > tests for several platforms. You can preview them here: > https://dev.azure.com/fundies/freetype2/_build/results?buildId=146=results this looks great! > Please let me know if there are any additional compilers,

Re: Logging Library-GSOC

2020-06-06 Thread Priyesh kumar
Hi Werner, >*What is your favourite logging library right now?* I am currently looking at a library called EasyLogger ( Github Link: https://github.com/armink/EasyLogger ). I would say it could be my favourite logging library as it satisfies most of the requirements. But the problem is that the