freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] SVG Rendering Library


From: Alexei Podtelezhnikov
Subject: Re: [ft-devel] SVG Rendering Library
Date: Sat, 15 Jun 2019 13:17:57 -0400


I also don’t get it. What’s the problem? FreeType always does it from outlines. It allocates the bitmap memory. It happens to be tight in most cases because there is usually on-points at the extreme. Otherwise it is a bit larger.

Well, the same goes for most SVG rendering libraries. They provide functions that can do this. The bounding box will be tight unless "clipping" has been used in which case it will be bigger. That's the problem. 

Also the render module interface has a function pointer that should return the bounding box from outside.

reply via email to

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