freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freetype-devel] Re: GSOC - Distance Fields


From: Anuj Verma
Subject: Re: [Freetype-devel] Re: GSOC - Distance Fields
Date: Wed, 17 Jun 2020 10:19:58 +0530

> After you do all this, you will realize that the speed is still a concern.  Don't do bounding-box check.
> Classic way to do after is to split into a coarse grid and for each cell find all edges that may be relevant.
> Then for pixels in each cell only process those edges.  This is what GLyphy does and some of the other solutions as well.

This sounds interesting, I will definitely try to implement this and see how it performs.

Thanks

reply via email to

[Prev in Thread] Current Thread [Next in Thread]