Re: Edge effect (Depressed) on a Pixmap buffer using freetype lib

2020-06-09 Thread Aurovind Sagar
Hi Alexei, We resolved the issue by taking care of the alpha value. Thanks for your help and inputs. Thanks Sagar On Mon, 8 Jun 2020 at 1:57 PM, Aurovind Sagar wrote: > Hi Alexei, > > Yeah, we were aware of alpha blending upto an extent probably we were not > aware of the terminologies. Anyway

FT_Add_Module() and related functions

2020-06-09 Thread Alexei Podtelezhnikov
Hi David, I actually thought about FT_Add_Module as a visionary interface for dynamically plugging alternative renderers: https://github.com/raphlinus/font-rs https://github.com/mooman219/fontdue https://github.com/servo/pathfinder Admittedly, none of those projects explored this possibility or

Re: [freetype2] Remove #include FT_XXX_H includes from library sources

2020-06-09 Thread David Turner
Thanks Werner, the patch looks good to me :-) Le lun. 8 juin 2020 à 13:37, Werner LEMBERG a écrit : > > Hello David, > > > > Since nobody does development on DOS or Windows 9x anymore, we can > > finally drop the requirement to use file names limited to the 8.3 > > format, which was the reason w

Re: [freetype2] Remove #include FT_XXX_H includes from library sources

2020-06-09 Thread David Turner
Le lun. 8 juin 2020 à 13:37, Werner LEMBERG a écrit : > > Hello David, > > > > Since nobody does development on DOS or Windows 9x anymore, we can > > finally drop the requirement to use file names limited to the 8.3 > > format, which was the reason why the FT_LONG_HEADER_NAME_H macros > > were in

Re: [freetype2] Remove #include FT_XXX_H includes from library sources

2020-06-09 Thread David Turner
Le mar. 9 juin 2020 à 01:06, Alexei Podtelezhnikov a écrit : > > >> We can remove as well, can't we? It is only used to > >> define the macros. So it is either ft2build.h and macros or neither. > > > > Not until all the consumers of FreeType are adapted to use direct > > header inclusion instead

Re: Logging library

2020-06-09 Thread Werner LEMBERG
> Logging libraries are used for collecting and filtering and storing > logs *in production systems*. What you seem to want is better > debugging facilities. That's it. OK, wrong use of terms. Sorry for that. I want a logging library (or rather, a library that provides such facilities, whate