Re: [E-devel] [PATCH] evas: Allow to reduce line spacing in Textblock

2010-03-06 Thread The Rasterman
On Mon, 01 Mar 2010 03:23:09 +0600 Mikhail Gusarov said: in svn - with a small added check (make sure ascent+descent > 0) > > Here's the proposed patch for Evas which removes extra checks and makes > it possible to reduce line spacing in Textblock (previously it was only > possible to make it b

Re: [E-devel] [PATCH] evas: Allow to reduce line spacing in Textblock

2010-03-05 Thread Mikhail Gusarov
Twas brillig at 16:02:08 05.03.2010 UTC-03 when bdi...@profusion.mobi did gyre and gimble: BD> Hey Mikhail, any news about your patch? Still working on it. Textblock rendering is quite complex, I don't want to broke anything by misunderstanding some internals. -- http://fossarchy.blogspot.

Re: [E-devel] [PATCH] evas: Allow to reduce line spacing in Textblock

2010-03-05 Thread Bruno Dilly
Hey Mikhail, any news about your patch? On Sun, Feb 28, 2010 at 8:23 PM, Mikhail Gusarov wrote: > > Twas brillig at 03:23:09 01.03.2010 UTC+06 when dotted...@dottedmag.net did > gyre and gimble: > >  MG> Here's the proposed patch > > Please ignore it, it is broken. I am working on better patch w

Re: [E-devel] [PATCH] evas: Allow to reduce line spacing in Textblock

2010-02-28 Thread Mikhail Gusarov
Twas brillig at 03:23:09 01.03.2010 UTC+06 when dotted...@dottedmag.net did gyre and gimble: MG> Here's the proposed patch Please ignore it, it is broken. I am working on better patch which will fix Textblock layouting (e.g. no artificial space before first line) and allow for reduced line spa

[E-devel] [PATCH] evas: Allow to reduce line spacing in Textblock

2010-02-28 Thread Mikhail Gusarov
Here's the proposed patch for Evas which removes extra checks and makes it possible to reduce line spacing in Textblock (previously it was only possible to make it bigger than default, and default gave me 34px with 14px-tall DejaVu Sans Condensed and cyrillic letters). --- trunk/evas/src/lib/can