Re: Will commit now... (was Re: [SVN updated patch] Introduce frontends/FontMetrics virtual interface

2006-10-10 Thread Abdelrazak Younes
Andre Poenitz wrote: On Sat, Oct 07, 2006 at 06:07:26PM +0200, Abdelrazak Younes wrote: Abdelrazak Younes wrote: Andre Poenitz wrote: I think I'd prefer something like +x_ += theFontMetrics(font).width(str[0], str.size()); Going 'optically' through four layers is not adding clarity. I

Re: Will commit now... (was Re: [SVN updated patch] Introduce frontends/FontMetrics virtual interface

2006-10-10 Thread Abdelrazak Younes
Andre Poenitz wrote: On Sat, Oct 07, 2006 at 06:07:26PM +0200, Abdelrazak Younes wrote: Abdelrazak Younes wrote: Andre Poenitz wrote: I think I'd prefer something like +x_ += theFontMetrics(font).width([0], str.size()); Going 'optically' through four layers is not adding clarity. I can

Re: Will commit now... (was Re: [SVN updated patch] Introduce frontends/FontMetrics virtual interface

2006-10-09 Thread Andre Poenitz
On Sat, Oct 07, 2006 at 06:07:26PM +0200, Abdelrazak Younes wrote: Abdelrazak Younes wrote: Andre Poenitz wrote: I think I'd prefer something like +x_ += theFontMetrics(font).width(str[0], str.size()); Going 'optically' through four layers is not adding clarity. I can also

Re: Will commit now... (was Re: [SVN updated patch] Introduce frontends/FontMetrics virtual interface

2006-10-09 Thread Andre Poenitz
On Sat, Oct 07, 2006 at 06:07:26PM +0200, Abdelrazak Younes wrote: > Abdelrazak Younes wrote: > >Andre Poenitz wrote: > >> > >>I think I'd prefer something like > >> > >> +x_ += theFontMetrics(font).width([0], str.size()); > >> > >>Going 'optically' through four layers is not adding clarity.

Will commit now... (was Re: [SVN updated patch] Introduce frontends/FontMetrics virtual interface

2006-10-07 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Andre Poenitz wrote: I think I'd prefer something like +x_ += theFontMetrics(font).width(str[0], str.size()); Going 'optically' through four layers is not adding clarity. I can also provide this helper function if you want, no problem. But I guess that's not

Will commit now... (was Re: [SVN updated patch] Introduce frontends/FontMetrics virtual interface

2006-10-07 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Andre Poenitz wrote: I think I'd prefer something like +x_ += theFontMetrics(font).width([0], str.size()); Going 'optically' through four layers is not adding clarity. I can also provide this helper function if you want, no problem. But I guess that's not