octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Google Summer of Code - LaTeX processing


From: Andrej Lojdl
Subject: Re: Google Summer of Code - LaTeX processing
Date: Wed, 19 Jun 2013 11:53:58 +0200

2013/6/19 Michael Goffioul <address@hidden>
If you have problems, you should ask for help. Don't be shy. Could you provide a full changeset, so that we can have the full picture.

Michael.
I've modified two line mentioned > txt-eng-ft.cc :

yoffset -= (line_height + (face->size->metrics.height >> 6));
 and
bbox(1) -= (line_height + (face->size->metrics.height >> 6));

And added these seven lines > graphics.in.h

 double_property line_height u , 0 (after 3817)
 void update_line_height (void) { update_font (); } (after 3965)
 double_property line_height u , 0 (after 4276)
 void update_line_height (void) { update_font (); update_text_extent (); } (after 4369)
 double_property line_height u , 0 (after 4999)
 void update_line_height (void) { update_text_extent (); }  (after 5036)
 double_property line_height , 0  (after 5086)

Line numbers are original. If there is an easier and more compact way to send changeset, please tell me.

--
Andrej Lojdl

reply via email to

[Prev in Thread] Current Thread [Next in Thread]