kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #24816
Re: [PATCH] GAL: Fix offset problem in multiline text rendering
Pushed in 6852. Thank you
On Sun, May 29, 2016 at 04:34:30PM -0500, José Ignacio Romero wrote:
>
> Commit BZR 6703 introduced a minor horizontal adjustment for stroke
> text rendering in GAL, but the Translate() call was done before
> calling Save(). So, when this function was called multiple times a
> residual offset carried over to each subsequent line.
> ---
> common/gal/stroke_font.cpp | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
References