[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Google Summer of Code - LaTeX processing
From: |
Patrick Noffke |
Subject: |
Re: Google Summer of Code - LaTeX processing |
Date: |
Wed, 19 Jun 2013 09:50:08 -0500 |
On Wed, Jun 19, 2013 at 9:40 AM, Andrej Lojdl <address@hidden> wrote:
> then I changed ft_renderer::set_font (add new parameter to body of function)
> and again get
>
> --- a/libinterp/interp-core/gl-render.cc Thu Jun 13 11:56:09 2013 -0400
> +++ b/libinterp/interp-core/gl-render.cc Wed Jun 19 16:25:31 2013 +0200
> @@ -2668,7 +2668,8 @@
> text_renderer.set_font (props.get ("fontname").string_value (),
> props.get ("fontweight").string_value (),
> props.get ("fontangle").string_value (),
> - props.get ("fontsize").double_value ());
> + props.get ("fontsize").double_value ()
> + props.get ("lineheight").double_value ());
> #endif
> }
>
I think you're missing a comma after the fontsize line.
Pat
- Re: Google Summer of Code - LaTeX processing, (continued)
- Re: Google Summer of Code - LaTeX processing, Michael Goffioul, 2013/06/20
- Re: Google Summer of Code - LaTeX processing, Benjamin Abbott, 2013/06/20
- Re: Google Summer of Code - LaTeX processing, Michael Goffioul, 2013/06/20
- Re: Google Summer of Code - LaTeX processing, Ben Abbott, 2013/06/20
- Re: Google Summer of Code - LaTeX processing, Michael Goffioul, 2013/06/20
- Re: Google Summer of Code - LaTeX processing, Ben Abbott, 2013/06/20
- Re: Google Summer of Code - LaTeX processing, Michael Goffioul, 2013/06/20
- Re: Google Summer of Code - LaTeX processing, Ben Abbott, 2013/06/20
- Re: Google Summer of Code - LaTeX processing,
Patrick Noffke <=