On Fri, Feb 24, 2012 at 10:54 AM, suzuki toshiya
<mpsuz...@hiroshima-u.ac.jp> wrote:
>> Alexei Podtelezhnikov wrote:
>>> On Fri, Feb 24, 2012 at 4:05 AM, pravin....@gmail.com
>>> <pravin....@gmail.com> wrote:
>>>>   Lohit Devanagari does not have Bold variant and presently using auto bold
>>>> algorithm. It does not work correctly in gnome  see
>>>> http://pravins.fedorapeople.org/Screenshot.png
>>>>
>>>>   Can someone given me pointer that why might be wrong?
>>> Which version of Freetype does that? Can you compare Freetype 2.4.5 and 
>>> 2.4.8?
>>> A new stroker code by David Bevan was introduced in 2.4.6.
>
> It seems that FreeType 2.4.5 shows same problem.

I think it is clear what is happening:
instead of interpreting a point as a corner between two straight segments,
this point is considered a control point of a conic Bézier curve.
Since every glyph
suffers from it, could it be a first or a last segment? An off-by-one
error somewhere?

_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to