[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] Transform support for OT-SVG glyphs
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] Transform support for OT-SVG glyphs |
Date: |
Tue, 13 Aug 2019 07:21:22 +0200 (CEST) |
> I'm trying to add support for transformations to OT-SVG glyphs.
> [...]
>
> The solution that I have in mind is, let the user pretend that the
> glyph is just a traditional one, then we take the transformation
> that the user has given and convert it to an equivalent one for the
> SVG coordinate system. The conversion will take into account y-axis
> inversion as well as the relative scale difference between the two.
Starting to read your e-mail, I was immediately going to suggest
exactly that. :-) So your idea looks good.
Werner