Re: textspanner arrowed line

2005-04-16 Thread Jonatan Liljedahl
On Sat, 16 Apr 2005 16:05:37 +0200 Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > Op za, 16-04-2005 te 15:12 -0300, schreef Jonatan Liljedahl: > > > This sounds like a good idea. Probably the arrow drawing should be > > > done by the line-interface code, because arrows are a generic > > > thing to

Re: textspanner arrowed line

2005-04-16 Thread Han-Wen Nienhuys
Op za, 16-04-2005 te 15:12 -0300, schreef Jonatan Liljedahl: > > This sounds like a good idea. Probably the arrow drawing should be > > done by the line-interface code, because arrows are a generic thing to > > have on lines. > > Yes, I'll see what I can do. Is make_line() and make_dashed_line() o

Re: textspanner arrowed line

2005-04-16 Thread Jonatan Liljedahl
On Fri, 15 Apr 2005 17:29:47 +0200 Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > > Op 15-apr-05 om 21:49 heeft Jonatan Liljedahl het volgende geschreven: > > > > > I'll take a look in line-spanner.cc and see if I can add a property > > "arrow-style" or something like that. I think it's a quite c

Re: textspanner arrowed line

2005-04-15 Thread Han-Wen Nienhuys
Op 15-apr-05 om 21:49 heeft Jonatan Liljedahl het volgende geschreven: I'll take a look in line-spanner.cc and see if I can add a property "arrow-style" or something like that. I think it's a quite common thing to have a textspanner with text in both ends and an arrow in between. It's the last thin

Re: textspanner arrowed line

2005-04-15 Thread Jonatan Liljedahl
On Thu, 14 Apr 2005 12:22:53 +0200 Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > > > On Wed, 2005-04-13 at 18:17 -0300, Jonatan Liljedahl wrote: > > > > I'm trying to make an arrowed line textspanner, I'm almost > > > > there... The problem is that the arrow is attached to the whole > > > > spanne

textspanner arrowed line

2005-04-13 Thread Jonatan Liljedahl
I'm trying to make an arrowed line textspanner, I'm almost there... The problem is that the arrow is attached to the whole spanner including the text. I wish to attach it only to the line, which means that it is the Line_spanner::print function I should hook. But how do I do that? How do I get to