Re: [patch] Simplify ftconfig.h

2020-07-08 Thread David Turner
Here's a patch to add a .clang-format style file to the directory. Note that this doesn't reformat the sources, but see the instructions in the commit message to do that. I dinf the results quite close to what we have. Please take a look and let me know your opinon on the results. Apart from

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

2020-07-08 Thread Anuj Verma
>> You can check out the demo here: >> https://github.com/preversewharf45/ft2sdf-demo The build process is >> the same as ft2-demos. The freetype2 library is added as a submodule >> so use --recursive. > > It's actually `--recurse-submodules`.. I think they are both the same. They both do

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

2020-07-08 Thread Werner LEMBERG
> You can check out the demo here: > https://github.com/preversewharf45/ft2sdf-demo The build process is > the same as ft2-demos. The freetype2 library is added as a submodule > so use --recursive. It's actually `--recurse-submodules`... > And it only works properly on windows. On GNU/Linux

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

2020-07-08 Thread Werner LEMBERG
>> It's actually `--recurse-submodules`.. > > I think they are both the same. They both do exactly the same thing > for git clone. The ` --recurse-submodules` was added later to avoid > confusion or something. Interesting. The manpage of git 2.26.2 no longer contains a reference to