[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Implementing lineheight
From: |
Patrick Noffke |
Subject: |
Re: Implementing lineheight |
Date: |
Mon, 24 Jun 2013 13:13:37 -0500 |
On Mon, Jun 24, 2013 at 9:00 AM, Andrej Lojdl <address@hidden> wrote:
> I manage to compile my code. But it's acting like it does not read new value
> of lineheight from terminal. Example: It's set to 1 by default. When you
> type
> title("line1\nline2","lineheight",2);
> output plot don't change. Am I missing something important here?
Yes.
> Here is diff http://pastebin.com/tmApPG0U
>
You are not storing the value of lineheight to a member variable of
ft_render. Please read up on C++ classes as I suggested last week.
Pat
Re: Implementing lineheight,
Patrick Noffke <=