Re: Gitlab-ci? Re: Another c++ compile failure...

2024-05-23 Thread Hin-Tak Leung
I think there are three reasons: - c++ compiler generally does better type checking. "Enums = ints", and "void * = (any type) *" are bad things in c, and their usage should be warned... - there is at least one library which has inter-dependence with freetype - harfbuzz, which is in c++... - we h

ftgamma

2024-05-23 Thread Alexei Podtelezhnikov
Hi Ahmet Actually, src/ftgamma.c is the easiest app to follow with the least complicated code. Let me know if you have questions. Alexei