Re: [ft-devel] [patch] emboldening rework v1

2012-04-10 Thread Werner LEMBERG
As a way of ping, I going to throw in a much simpler FT_Outline_Get_Orientation patch. So the whole collection of three patches now looks like the attached. Comments, suggestions? Thanks a lot for your work! Everything looks very promising, however, I don't have time currently to do a deep

Re: [ft-devel] [patch] emboldening rework v1

2012-04-10 Thread Alexei Podtelezhnikov
On Tue, Apr 10, 2012 at 2:00 AM, Werner LEMBERG w...@gnu.org wrote: As a way of ping, I going to throw in a much simpler FT_Outline_Get_Orientation patch.  So the whole collection of three patches now looks like the attached.  Comments, suggestions? Thanks a lot for your work!  Everything

Re: [ft-devel] [patch] emboldening rework v1

2012-04-10 Thread Behdad Esfahbod
On 04/09/2012 09:23 PM, Alexei Podtelezhnikov wrote: In memory of Paul Alexi As a way of ping, I going to throw in a much simpler FT_Outline_Get_Orientation patch. So the whole collection of three patches now looks like the attached. Comments,

Re: [ft-devel] [patch] emboldening rework v1

2012-04-10 Thread Alexei Podtelezhnikov
On Tue, Apr 10, 2012 at 11:54 AM, Behdad Esfahbod beh...@behdad.org wrote: I like the area-based algorithm.  I had to implement outline orientation code recently and I wish I had remembered that algorithm! What I found in testing my implementation was that fonts don't have consistent contour

Re: [ft-devel] [patch] emboldening rework v1

2012-04-10 Thread Behdad Esfahbod
Humm. The docs say: /*FT_OUTLINE_EVEN_ODD_FILL ::*/ /* By default, outlines are filled using the non-zero winding rule. */ /* If set to 1, the outline will be filled using the even-odd fill */ /* rule (only works with the smooth

[ft-devel] Wavelet rasterization

2012-04-10 Thread Nicolas Rougier
Hi, I've stumbled upon this paper that claim wavelet rasterization may give better cell coverage (than freetype): http://josiahmanson.com/research/wavelet_rasterization/ I'm not specialist at all but I thought it might be of some interest for freetype. Nicolas