> I have added the support for transformations.
Thanks!
> For traditional glyphs, you can apply a transformation multiple
> times, since the transformation is just directly applied on the
> actual coordinates. But for SVG glyphs, the transformation is just
> stored with the actual SVG document so that it can ultimately be
> picked up by the renderer, and the renderer then applies it.
This is a limitation I could live with (but see below).
> One way to support multiple transformations would be to store an
> array of transformations which can be applied one by one by the
> renderer. But, I think that'll create more issues than it solves.
Agreed.
> A better way would be store an equivalent transformation matrix. I
> think this should be possible by using homogeneous coordinates. I'm
> going to try that. :)
It seems that you have already implemented that, right?
Werner
_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel