[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] Curves that make you hmmmmm....
From: |
Angus Duggan |
Subject: |
Re: [Devel] Curves that make you hmmmmm.... |
Date: |
Mon, 11 Dec 2000 13:40:44 -0800 |
Werner LEMBERG writes:
>AFAIK, there is no problem in FT: For rendering, it works without
>problems (check the famous `Aring' glyph in times.ttf). Of course,
>converting to real outlines is not implemented; it would be necessary
>to do topological analysis to merge overlapping paths. BTW, do you
>have a (free) C implementation to do that? It would be a very useful
>module for FreeType! Volunteers? [I only know a Metafont package
There are many polygon clippers that can do union operations on paths. I
think "gpc" may be able to give you the minimal outline. I wrote code to do
just that a couple of months ago, but unfortunately it's not free code.
a.