[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Outline not smooth?
From: |
Werner LEMBERG |
Subject: |
Re: [ft] Outline not smooth? |
Date: |
Mon, 16 May 2011 06:13:36 +0200 (CEST) |
> Unfortunately my Bezier algorithm seems not to be the correct one,
> the letters aren't round enough. Means I can see they are round but
> not as strong as they should be. As an example the letter "b" isn't
> really round but has some round edges instead.
I don't know what you exactly want to achieve, but you may have a look
at the `ftgrid' demo program, which draws the outlines of glyphs. It
uses FreeType itself for rendering, cf. function `ft_outline_draw' in
`ftgrid.c'.
Werner