Re: Logging Library-GSOC

2020-05-19 Thread Priyesh kumar
Thanks for the reply, *>Basically yes. As an improvement, I would like that the value of the>`FT_COMPONENT` macro can be displayed optionally, e.g.>[afhints] foo bar>[ttgxvar] sproink>...>The idea is that you first do a run with `FT2_DEBUG=any:7:labels` to>see all those tags, then re

Re: [freetype2-demos] master fdf8913 3/3: [graph]: Implement resizable X11 windows.

2020-05-19 Thread Werner LEMBERG
> [graph]: Implement resizable X11 windows. Very nice, thanks! Werner

Re: Build system considerations

2020-05-19 Thread Hugh McMaster
On Mon, 18 May 2020 at 23:59, Werner LEMBERG wrote: > > - Meson as the primary build system for FreeType developers, which > > includes the ability to run tests, sanitizers, coverage analysis, > > etc. > > It seems that Meson can create cmake package files, and probably build > scripts, too. W

undefined reference error when running c++ file depends on freetype2.5

2020-05-19 Thread Othman El-Kurdi
Hello everyone, my name is Othman Kurdi, I am a software developer at Genie9 company. I would like to ask for your help regarding the following issue: I'm trying to compile freetype2.5 on ubuntu 20.04 LTS (virtual machine), so that I can use it to compile a c++ script. where I'm facing lot's of e

Re: Build system considerations

2020-05-19 Thread Alexei Podtelezhnikov
On Tue, May 19, 2020 at 8:09 AM Hugh McMaster wrote: > Is there any opportunity to avoid modifying ftoption.h directly to > enable, say, subpixel rendering with a new build system? Carrying > permanent patches for downstream packaging is annoying. [Presently, FT_CONFIG_OPTION_SUBPIXEL_RENDERING o

Re: undefined reference error when running c++ file depends on freetype2.5

2020-05-19 Thread Alexei Podtelezhnikov
On Tue, May 19, 2020 at 9:52 AM Othman El-Kurdi wrote: > I'm trying to compile freetype2.5 on ubuntu 20.04 LTS (virtual machine), so > that I can use it to compile a c++ script. where I'm facing lot's of errors. Huh? Ubuntu 20.04 comes with FreeType 2.10.1. Try to use or install that. Then you j

Re: Build system considerations

2020-05-19 Thread Ben Wagner
Le mar. 19 mai 2020 à 10:05, Alexei Podtelezhnikov a écrit : > > On Tue, May 19, 2020 at 8:09 AM Hugh McMaster > wrote: > > Is there any opportunity to avoid modifying ftoption.h directly to > > enable, say, subpixel rendering with a new build system? Carrying > > permanent patches for downstrea

Re: Build system considerations

2020-05-19 Thread Alexei Podtelezhnikov
On Tue, May 19, 2020 at 10:59 AM Ben Wagner wrote: > > [Presently, FT_CONFIG_OPTION_SUBPIXEL_RENDERING only alternates > > between ClearType and Harmony algorithms. Most users won't be able > > to tell them apart.] > > Note that some users of FreeType are never going to use subpixel > rendering at