Re: :API2 - text over a rectangle

2005-03-14 Thread Daniel Kasak
Jay Savage wrote: Also, try calling ->gfx with a positive value, which should cause it to prepend and possibly render first. This was the issue. Replacing: my $blue_box = $page->gfx; with: my $blue_box = $page->gfx(1); causes the gfx object to get rendered 1st. Thanks :) -- Daniel Kasak IT Devel

Re: :API2 - text over a rectangle

2005-03-14 Thread Jay Savage
On Tue, 15 Mar 2005 08:46:49 +1100, Daniel Kasak <[EMAIL PROTECTED]> wrote: > Charles K. Clarkson wrote: > > >Daniel Kasak wrote: > >: Hi all. > >: > >: Despite making some decent progress in other areas, I'm banging my > >: head against a brick wall on something simple:

Re: :API2 - text over a rectangle

2005-03-14 Thread Daniel Kasak
Charles K. Clarkson wrote: Daniel Kasak wrote: : Hi all. : : Despite making some decent progress in other areas, I'm banging my : head against a brick wall on something simple: rendering text over a : solid rectange. You didn't provide enough code. Show us everything

RE: :API2 - text over a rectangle

2005-03-14 Thread Charles K. Clarkson
Daniel Kasak wrote: : Hi all. : : Despite making some decent progress in other areas, I'm banging my : head against a brick wall on something simple: rendering text over a : solid rectange. You didn't provide enough code. Show us everything we need to reproduce your

PDF::API2 - text over a rectangle

2005-03-13 Thread Daniel Kasak
Hi all. Despite making some decent progress in other areas, I'm banging my head against a brick wall on something simple: rendering text over a solid rectange. my $pdf = PDF::API2->new; $self->{fonts} = { Helvetica => { Bold=> $self->{pdf}->corefont('Helvetica-Bold',